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

@pnpm/audit

Package Overview
Dependencies
Maintainers
2
Versions
175
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@pnpm/audit - npm Package Compare versions

Comparing version 2.1.6 to 2.1.7

86

package.json
{
"name": "@pnpm/audit",
"version": "2.1.6",
"description": "Audit a lockfile",
"main": "lib/index.js",
"typings": "lib/index.d.ts",
"files": [
"lib",
"!*.map"
],
"engines": {
"node": ">=12.17"
},
"repository": "https://github.com/pnpm/pnpm/blob/master/packages/audit",
"keywords": [
"pnpm",
"audit"
],
"license": "MIT",
"bugs": {
"url": "https://github.com/pnpm/pnpm/issues"
},
"homepage": "https://github.com/pnpm/pnpm/blob/master/packages/audit#readme",
"devDependencies": {
"@pnpm/constants": "5.0.0",
"@pnpm/lockfile-file": "4.1.0",
"nock": "12.0.3"
},
"dependencies": {
"@pnpm/error": "2.0.0",
"@pnpm/fetch": "4.0.1",
"@pnpm/lockfile-types": "3.0.0",
"@pnpm/lockfile-utils": "3.0.7",
"@pnpm/lockfile-walker": "4.0.7",
"@pnpm/types": "7.3.0"
},
"funding": "https://opencollective.com/pnpm",
"scripts": {
"lint": "eslint -c ../../eslint.json src/**/*.ts test/**/*.ts",
"_test": "jest",
"test": "pnpm run compile && pnpm run _test",
"compile": "rimraf lib tsconfig.tsbuildinfo && tsc --build && pnpm run lint -- --fix"
}
}
"name": "@pnpm/audit",
"version": "2.1.7",
"description": "Audit a lockfile",
"main": "lib/index.js",
"typings": "lib/index.d.ts",
"files": [
"lib",
"!*.map"
],
"engines": {
"node": ">=12.17"
},
"repository": "https://github.com/pnpm/pnpm/blob/master/packages/audit",
"keywords": [
"pnpm",
"audit"
],
"license": "MIT",
"bugs": {
"url": "https://github.com/pnpm/pnpm/issues"
},
"homepage": "https://github.com/pnpm/pnpm/blob/master/packages/audit#readme",
"devDependencies": {
"@pnpm/constants": "5.0.0",
"@pnpm/lockfile-file": "4.1.1",
"nock": "12.0.3"
},
"dependencies": {
"@pnpm/error": "2.0.0",
"@pnpm/fetch": "4.0.2",
"@pnpm/lockfile-types": "3.0.0",
"@pnpm/lockfile-utils": "3.0.8",
"@pnpm/lockfile-walker": "4.0.8",
"@pnpm/types": "7.4.0"
},
"funding": "https://opencollective.com/pnpm",
"scripts": {
"lint": "eslint -c ../../eslint.json src/**/*.ts test/**/*.ts",
"_test": "jest",
"test": "pnpm run compile && pnpm run _test",
"compile": "rimraf lib tsconfig.tsbuildinfo && tsc --build && pnpm run lint -- --fix"
}
}
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