npm-audit-report
Advanced tools
Comparing version 1.3.0 to 1.3.1
@@ -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) |
{ | ||
"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 @@ |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
19749
+ Addedcli-table3@^0.5.0
+ Addedansi-regex@3.0.1(transitive)
+ Addedcli-table3@0.5.1(transitive)
+ Addedis-fullwidth-code-point@2.0.0(transitive)
+ Addedobject-assign@4.1.1(transitive)
+ Addedstring-width@2.1.1(transitive)
+ Addedstrip-ansi@4.0.0(transitive)
- Removedcli-table2@^0.2.0
- Removedansi-regex@2.1.1(transitive)
- Removedcli-table2@0.2.0(transitive)
- Removedcode-point-at@1.1.0(transitive)
- Removedis-fullwidth-code-point@1.0.0(transitive)
- Removedlodash@3.10.1(transitive)
- Removednumber-is-nan@1.0.1(transitive)
- Removedstring-width@1.0.2(transitive)
- Removedstrip-ansi@3.0.1(transitive)