phylum package
Retrieve the details of a specific package
Usage: phylum package [OPTIONS] <name> <version>
Arguments
The name of the package.
The version of the package.
Options
-t, --package-type
The type of the package ("npm", "rubygems", "pypi", "maven", "nuget", "golang", "cargo")
-j, --json
Produce output in json format (default: false)
-f, --filter
Provide a filter used to limit the issues displayed
EXAMPLES:
# Show only issues with severity of at least 'high'
--filter=high
# Show issues with severity of 'critical' in the 'author'
and 'engineering' domains
--filter=crit,aut,eng
-v, --verbose...
Increase the level of verbosity (the maximum is -vvv)
-q, --quiet...
Reduce the level of verbosity (the maximum is -qq)
-h, --help
Print help
Details
If the requested package has not yet been analyzed by Phylum, it will
automatically be submitted for processing.
Examples
# Query specific package details
$ phylum package -t npm axios 0.19.0
Updated 15 days ago