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 1.2.2 to 2.0.0

17

package.json
{
"name": "compact-yarn-audit",
"version": "1.2.2",
"version": "2.0.0",
"description": "Presents output from yarn audit in a compact table",
"engines": {
"node": "^12.20||^14.13.1||>=16"
"node": "^14.13.1||^16||>=18"
},

@@ -34,3 +34,3 @@ "license": "MIT",

"scm:stage": "git add .",
"test": "NODE_OPTIONS=--no-warnings mocha --exit",
"test": "NODE_OPTIONS=--no-warnings c8 --check-coverage --statements 100 --branches 93 --functions 100 --lines 100 --exclude \"{src/**/*.spec.ts,src/__mocks__/*,src/__fixtures__/*}\" --reporter text-summary --reporter html --reporter json-summary mocha --exit",
"update-dependencies": "npm-run-all upem:update upem:install format test",

@@ -56,5 +56,6 @@ "upem-outdated": "npm outdated --json --long | upem --dry-run",

"@types/text-table": "0.2.2",
"@typescript-eslint/eslint-plugin": "5.40.1",
"@typescript-eslint/parser": "5.40.1",
"eslint": "8.26.0",
"@typescript-eslint/eslint-plugin": "5.43.0",
"@typescript-eslint/parser": "5.43.0",
"c8": "7.12.0",
"eslint": "8.28.0",
"eslint-config-moving-meadow": "4.0.2",

@@ -73,4 +74,4 @@ "eslint-config-prettier": "8.5.0",

"ts-node": "10.9.1",
"typescript": "4.8.4",
"upem": "7.3.0"
"typescript": "4.9.3",
"upem": "7.3.1"
},

@@ -77,0 +78,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