Socket
Socket
Sign inDemoInstall

npm-audit-report

Package Overview
Dependencies
6
Maintainers
6
Versions
26
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 2.1.4 to 2.1.5

4

lib/index.js

@@ -18,5 +18,7 @@ 'use strict'

indent = 2,
auditLevel = 'low'
} = options
// CLI defaults this to `null` so the defaulting method above doesn't work
const auditLevel = options.auditLevel || 'low'
if (!data)

@@ -23,0 +25,0 @@ throw Object.assign(

{
"name": "npm-audit-report",
"version": "2.1.4",
"version": "2.1.5",
"description": "Given a response from the npm security api, render it into a variety of security reports",

@@ -29,4 +29,4 @@ "main": "lib/index.js",

"devDependencies": {
"tap": "^14.10.7",
"require-inject": "^1.4.4"
"require-inject": "^1.4.4",
"tap": "^14.10.7"
},

@@ -33,0 +33,0 @@ "directories": {

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc