darto_security 0.0.3 copy "darto_security: ^0.0.3" to clipboard
darto_security: ^0.0.3 copied to clipboard

The darto_security package provides a set of plug-and-play middlewares inspired by Helmet.js to improve the security of your Darto application. These middlewares help protect your API against common t [...]

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add darto_security

With Flutter:

 $ flutter pub add darto_security

This will add a line like this to your package's pubspec.yaml (and run an implicit dart pub get):

dependencies:
  darto_security: ^0.0.3

Alternatively, your editor might support dart pub get or flutter pub get. Check the docs for your editor to learn more.

Import it

Now in your Dart code, you can use:

import 'package:darto_security/darto_security.dart';
1
likes
140
points
60
downloads

Publisher

verified publisherevandersondev.com.br

Weekly Downloads

The darto_security package provides a set of plug-and-play middlewares inspired by Helmet.js to improve the security of your Darto application. These middlewares help protect your API against common threats like XSS, CSRF, request spamming, and more.

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (license)

Dependencies

collection, darto_types

More

Packages that depend on darto_security