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

npm-audit-report

Package Overview
Dependencies
Maintainers
3
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.3.0 to 1.3.1

5

CHANGELOG.md

@@ -5,2 +5,7 @@ # Change Log

<a name="1.3.1"></a>
## [1.3.1](https://github.com/npm/npm-audit-report/compare/v1.3.0...v1.3.1) (2018-07-10)
<a name="1.3.0"></a>

@@ -7,0 +12,0 @@ # [1.3.0](https://github.com/npm/npm-audit-report/compare/v1.2.1...v1.3.0) (2018-07-09)

4

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

@@ -24,3 +24,3 @@ "main": "index.js",

"dependencies": {
"cli-table2": "^0.2.0",
"cli-table3": "^0.5.0",
"console-control-strings": "^1.1.0"

@@ -27,0 +27,0 @@ },

'use strict'
const summary = require('./install.js').summary
const Table = require('cli-table2')
const Table = require('cli-table3')
const Utils = require('../lib/utils')

@@ -6,0 +6,0 @@

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