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.1 to 1.2.2

dist/format.js

30

package.json
{
"name": "compact-yarn-audit",
"version": "1.2.1",
"version": "1.2.2",
"description": "Presents output from yarn audit in a compact table",

@@ -19,15 +19,18 @@ "engines": {

"bin": {
"compact-yarn-audit": "src/index.js"
"compact-yarn-audit": "dist/index.js"
},
"main": "src/index.js",
"exports": "./src/index.js",
"main": "dist/index.js",
"exports": "./dist/index.js",
"type": "module",
"types": "types/compact-yarn-audit.d.ts",
"scripts": {
"build": "npm-run-all clean build:ts",
"build:ts": "tsc",
"check": "npm-run-all format lint test",
"format": "prettier --write src/**/*.js *.md",
"clean": "rm -rf dist",
"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/",
"scm:stage": "git add .",
"test": "mocha src --exit",
"test": "NODE_OPTIONS=--no-warnings mocha --exit",
"update-dependencies": "npm-run-all upem:update upem:install format test",

@@ -50,5 +53,8 @@ "upem-outdated": "npm outdated --json --long | upem --dry-run",

"devDependencies": {
"@typescript-eslint/eslint-plugin": "5.40.0",
"@typescript-eslint/parser": "5.40.0",
"eslint": "8.25.0",
"@types/mocha": "10.0.0",
"@types/ndjson": "2.0.1",
"@types/text-table": "0.2.2",
"@typescript-eslint/eslint-plugin": "5.40.1",
"@typescript-eslint/parser": "5.40.1",
"eslint": "8.26.0",
"eslint-config-moving-meadow": "4.0.2",

@@ -63,5 +69,6 @@ "eslint-config-prettier": "8.5.0",

"eslint-plugin-unicorn": "44.0.2",
"mocha": "10.0.0",
"mocha": "10.1.0",
"npm-run-all": "4.1.5",
"prettier": "2.7.1",
"ts-node": "10.9.1",
"typescript": "4.8.4",

@@ -71,4 +78,3 @@ "upem": "7.3.0"

"files": [
"src/**/*.js",
"!src/**/*.spec.js",
"dist",
"types",

@@ -75,0 +81,0 @@ "package.json",

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