pubguardian 0.1.9 copy "pubguardian: ^0.1.9" to clipboard
pubguardian: ^0.1.9 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

With Flutter:

 $ flutter 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.9

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:pubguardian/pubguardian.dart';
3
likes
160
points
278
downloads

Documentation

API reference

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 #cve #sbom #supply-chain #cli

License

Apache-2.0 (license)

Dependencies

args, http, yaml

More

Packages that depend on pubguardian