phylum package
Retrieve the details of a specific package
Usage: phylum package [OPTIONS] <TYPE> <NAME> <VERSION>
Arguments​
<TYPE>
  Package ecosystem type
  Accepted values: npm, rubygems, pypi, maven, nuget, golang, cargo
<NAME>
  The name of the package.
<VERSION>
  The version of the package.
Options​
-j, --json
  Produce output in json format (default: false)
-f, --filter <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
-o, --org <ORG>
  Phylum organization
-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