pubguardian 0.1.7 copy "pubguardian: ^0.1.7" to clipboard
pubguardian: ^0.1.7 copied to clipboard

Supply-chain security scanner for Dart and Flutter — CVE, license, and abandoned-package checks with SARIF and CycloneDX output.

Use this package as an executable

Install it

You can install the package from the command line:

dart pub global activate pubguardian

Use it

The package has the following executables:

$ pubguardian

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add pubguardian

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

dependencies:
  pubguardian: ^0.1.7

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

Import it

Now in your Dart code, you can use:

import 'package:pubguardian/pubguardian.dart';
3
likes
0
points
297
downloads

Publisher

verified publishersonofnos.com

Weekly Downloads

Supply-chain security scanner for Dart and Flutter — CVE, license, and abandoned-package checks with SARIF and CycloneDX output.

Repository (GitHub)
View/report issues

Topics

#security #vulnerability #supply-chain #license #cli

License

unknown (license)

Dependencies

args, http, yaml

More

Packages that depend on pubguardian