New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

better-npm-audit

Package Overview
Dependencies
Maintainers
1
Versions
70
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

better-npm-audit - npm Package Compare versions

Comparing version 1.10.0 to 1.10.1

2

CHANGELOG.md

@@ -1,2 +0,2 @@

## 1.10.0 (June 7, 2021)
## 1.10.1 (June 7, 2021)

@@ -3,0 +3,0 @@ * Updated `--full` flag logging from `[full log mode enabled]` to `[report display limit disabled]`

@@ -144,4 +144,7 @@ #!/usr/bin/env node

if (options && options.displayNotes && filteredExceptions.length) {
console.info(''); // Add some spacings
console.info('Exceptions notes:');
console.info('');
filteredExceptions.forEach(({ id, reason }) => console.info(`${id}: ${reason || 'n/a'}`));
console.info('');
}

@@ -148,0 +151,0 @@ if (options && options.level) {

{
"name": "better-npm-audit",
"version": "1.10.0",
"version": "1.10.1",
"author": "Jee Mok <jee.ict@hotmail.com>",

@@ -5,0 +5,0 @@ "description": "Made to allow skipping certain vulnerabilities, and any extra handling that are not supported by the default npm audit in the future.",

@@ -72,8 +72,9 @@ # Better NPM Audit

| Flag | Short | Description |
| -------------- | ----- | ----------------------------------------------------------------------------------------------------------------------------- |
| `--level` | `-l` | Same as the original `--audit-level` flag |
| `--production` | `-p` | Skip checking `devDependencies` |
| `--ignore` | `-i` | For skipping certain advisories |
| `--full` | `-f` | Display full audit report. There is a character limit set to the audit report to prevent overwhelming details to the console. |
| Flag | Short | Description |
| ----------------- | ----- | ----------------------------------------------------------------------------------------------------------------------------- |
| `--level` | `-l` | Same as the original `--audit-level` flag |
| `--production` | `-p` | Skip checking `devDependencies` |
| `--ignore` | `-i` | For skipping certain advisories |
| `--full` | `-f` | Display full audit report. There is a character limit set to the audit report to prevent overwhelming details to the console. |
| `--display-notes` | `-d` | Display the reasons of matched exceptions from `.nsprc` file. |

@@ -80,0 +81,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