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

compact-yarn-audit

Package Overview
Dependencies
Maintainers
2
Versions
30
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

compact-yarn-audit - npm Package Compare versions

Comparing version 3.0.0 to 3.0.1

4

dist/index.js

@@ -8,3 +8,5 @@ #!/usr/bin/env node

.pipe(ndjson.parse())
.on("data", lAdvisoryLog.add)
.on("data", (pLogEntry) => {
lAdvisoryLog.add(pLogEntry);
})
.on("error", (pError) => {

@@ -11,0 +13,0 @@ console.error(pError);

{
"name": "compact-yarn-audit",
"version": "3.0.0",
"version": "3.0.1",
"description": "Presents output from yarn audit in a compact table",

@@ -46,3 +46,3 @@ "engines": {

"dependencies": {
"chalk": "^5.2.0",
"chalk": "^5.3.0",
"ndjson": "^2.0.0",

@@ -52,2 +52,8 @@ "strip-ansi": "^7.1.0",

},
"overrides": {
"semver": "^7.5.3"
},
"resolutions": {
"semver": "^7.5.3"
},
"devDependencies": {

@@ -57,6 +63,6 @@ "@types/mocha": "10.0.1",

"@types/text-table": "0.2.2",
"@typescript-eslint/eslint-plugin": "5.59.8",
"@typescript-eslint/parser": "5.59.8",
"c8": "7.14.0",
"eslint": "8.42.0",
"@typescript-eslint/eslint-plugin": "5.60.1",
"@typescript-eslint/parser": "5.60.1",
"c8": "8.0.0",
"eslint": "8.43.0",
"eslint-config-moving-meadow": "4.0.2",

@@ -75,4 +81,4 @@ "eslint-config-prettier": "8.8.0",

"ts-node": "10.9.1",
"typescript": "5.1.3",
"upem": "7.3.2"
"typescript": "5.1.6",
"upem": "8.0.0"
},

@@ -79,0 +85,0 @@ "files": [

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