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.1.2 to 4.0.0

29

package.json
{
"name": "compact-yarn-audit",
"version": "3.1.2",
"version": "4.0.0",
"description": "Presents output from yarn audit in a compact table",
"engines": {
"node": "^16||^18||>=20"
"node": "^18.17||>=20"
},

@@ -21,6 +21,3 @@ "license": "MIT",

},
"main": "dist/index.js",
"exports": "./dist/index.js",
"type": "module",
"types": "types/compact-yarn-audit.d.ts",
"scripts": {

@@ -32,7 +29,6 @@ "build": "npm-run-all clean build:ts",

"format": "prettier --write src/**/*.ts *.md",
"lint": "eslint src types --cache --cache-location node_modules/.cache/eslint/",
"lint:fix": "eslint src types --fix --cache --cache-location node_modules/.cache/eslint/",
"lint": "eslint src --cache --cache-location node_modules/.cache/eslint/",
"lint:fix": "eslint src --fix --cache --cache-location node_modules/.cache/eslint/",
"scm:stage": "git add .",
"test": "c8 node --no-warnings --loader 'ts-node/esm' --test-reporter ./tools/dot-with-summary.reporter.js --test src/*.test.ts",
"test:only-for-node-16-without-the-test-reporter": "node --no-warnings --loader 'ts-node/esm' --test src/*.test.ts",
"test": "c8 node --no-warnings --loader 'tsx' --test-reporter ./tools/dot-with-summary.reporter.js --test src/*.test.ts",
"update-dependencies": "npm-run-all upem:update upem:install format test",

@@ -59,7 +55,7 @@ "upem-outdated": "npm outdated --json --long | upem --dry-run",

"devDependencies": {
"@types/ndjson": "2.0.1",
"@typescript-eslint/eslint-plugin": "6.4.1",
"@typescript-eslint/parser": "6.4.1",
"@types/ndjson": "2.0.2",
"@typescript-eslint/eslint-plugin": "6.7.4",
"@typescript-eslint/parser": "6.7.4",
"c8": "8.0.1",
"eslint": "8.48.0",
"eslint": "8.50.0",
"eslint-config-moving-meadow": "4.0.2",

@@ -70,3 +66,3 @@ "eslint-config-prettier": "9.0.0",

"eslint-plugin-import": "2.28.1",
"eslint-plugin-mocha": "10.1.0",
"eslint-plugin-mocha": "10.2.0",
"eslint-plugin-node": "11.1.0",

@@ -76,4 +72,4 @@ "eslint-plugin-security": "1.7.1",

"npm-run-all": "4.1.5",
"prettier": "3.0.2",
"ts-node": "10.9.1",
"prettier": "3.0.3",
"tsx": "3.13.0",
"typescript": "5.2.2",

@@ -84,3 +80,2 @@ "upem": "8.0.0"

"dist",
"types",
"package.json",

@@ -87,0 +82,0 @@ "README.md"

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