Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

npm-audit-report

Package Overview
Dependencies
Maintainers
1
Versions
27
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

npm-audit-report - npm Package Compare versions

Comparing version 1.0.6 to 1.0.7

2

package.json
{
"name": "npm-audit-report",
"version": "1.0.6",
"version": "1.0.7",
"description": "Given a response from the npm security api, render it into a variety of security reports",

@@ -5,0 +5,0 @@ "main": "index.js",

@@ -151,2 +151,3 @@ 'use strict'

const table = new Table(tableOptions)
const patchedIn = advisory.patched_versions.replace(' ', '') === '<0.0.0' ? 'No patch available' : advisory.patched_versions

@@ -156,3 +157,3 @@ table.push(

{'Package': advisory.module_name},
{'Patched in': advisory.patched_versions},
{'Patched in': patchedIn},
{'Dependency of': `${resolution.path.split('>')[0]} ${resolution.dev ? '[dev]' : ''}`},

@@ -159,0 +160,0 @@ {'Path': `${resolution.path.split('>').join(' > ')}`},

SocketSocket SOC 2 Logo

Product

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

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc