dart_audit 0.2.0 copy "dart_audit: ^0.2.0" to clipboard
dart_audit: ^0.2.0 copied to clipboard

Security vulnerability scanner for Dart and Flutter projects. Checks all dependencies against the OSV.dev database.

Use this package as an executable

Install it

You can install the package from the command line:

dart pub global activate dart_audit

Use it

The package has the following executables:

$ dart_audit

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add dart_audit

With Flutter:

 $ flutter pub add dart_audit

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

dependencies:
  dart_audit: ^0.2.0

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:dart_audit/dart_audit.dart';
0
likes
130
points
109
downloads

Documentation

API reference

Publisher

verified publisherignacio-manchu.com

Weekly Downloads

Security vulnerability scanner for Dart and Flutter projects. Checks all dependencies against the OSV.dev database.

Repository (GitHub)
View/report issues

Topics

#security #audit #vulnerability #cli

License

unknown (license)

Dependencies

archive, args, http, yaml

More

Packages that depend on dart_audit