Socket
Book a DemoInstallSign in
Socket

adviser-plugin-audit-npm

Package Overview
Dependencies
Maintainers
1
Versions
2
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

adviser-plugin-audit-npm

Audit npm plugin for adviser

0.0.3
latest
npmnpm
Version published
Maintainers
1
Created
Source

adviser-plugin-audit-npm

Run npm audit on the package.json

Installation

You'll first need to install Adviser:

$ npm i adviser --save-dev

Next, install adviser-plugin-audit-npm:

$ npm install adviser-plugin-audit-npm --save-dev

Note: If you installed Adviser globally (using the -g flag) then you must also install adviser-plugin-audit-npm globally.

Usage

Add audit-npm to the plugins section of your .adviserrc configuration file. You can omit the adviser-plugin- prefix:

{
  "plugins": ["audit-npm"]
}

Then configure the rules you want to use under the rules section.

{
  "rules": {
    "audit-npm/min-vulnerabilities-allow": ["error", { "level": "low", "skip": ["780"] }]
  }
}

Supported Rules

  • min-vulnerabilities-allow

FAQs

Package last updated on 29 May 2019

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

About

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.

  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc

U.S. Patent No. 12,346,443 & 12,314,394. Other pending.