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

improved-yarn-audit

Package Overview
Dependencies
Maintainers
1
Versions
15
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

improved-yarn-audit - npm Package Compare versions

Comparing version 2.2.0 to 2.2.1

2

package.json
{
"name": "improved-yarn-audit",
"description": "A wrapper around yarn audit that fixes many issues",
"version": "2.2.0",
"version": "2.2.1",
"license": "MIT",

@@ -6,0 +6,0 @@ "repository": {

@@ -71,2 +71,14 @@ # improved-yarn-audit

## Maintaining Advisory Exclusions
Over time as you bump package versions, exclusions may become redundant as those advisories are no longer present in your dependencies.
If you want to fail the audit check when exclusions are missing from the Yarn audit output use the `--fail-on-missing-exclusions` flag.
```
yarn run improved-yarn-audit --fail-on-missing-exclusions
```
The exit code will be the total number of missing exclusions detected.
## Ignore All Dev Advisories

@@ -73,0 +85,0 @@

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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