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

@pnpm/audit

Package Overview
Dependencies
Maintainers
3
Versions
172
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 1.1.14 to 1.1.15

12

CHANGELOG.md
# @pnpm/audit
## 1.1.15
### Patch Changes
- Updated dependencies [d54043ee4]
- Updated dependencies [d54043ee4]
- @pnpm/lockfile-types@2.1.0
- @pnpm/types@6.3.0
- @pnpm/lockfile-utils@2.0.17
- @pnpm/lockfile-walker@3.0.5
- @pnpm/fetch@2.1.6
## 1.1.14

@@ -4,0 +16,0 @@

20

package.json
{
"name": "@pnpm/audit",
"version": "1.1.14",
"version": "1.1.15",
"description": "Audit a lockfile",

@@ -12,7 +12,7 @@ "main": "lib/index.js",

"engines": {
"node": ">=10.13"
"node": ">=10.16"
},
"scripts": {
"lint": "eslint -c ../../eslint.json src/**/*.ts test/**/*.ts",
"_test": "cd ../.. && c8 --reporter lcov --reports-dir packages/audit/coverage ts-node packages/audit/test --type-check",
"_test": "jest",
"test": "pnpm run compile && pnpm run _test",

@@ -35,4 +35,4 @@ "prepublishOnly": "pnpm run compile",

"@pnpm/audit": "link:",
"@pnpm/constants": "^4.0.0",
"@pnpm/lockfile-file": "3.0.14",
"@pnpm/constants": "^4.1.0",
"@pnpm/lockfile-file": "3.0.15",
"nock": "12.0.3"

@@ -42,9 +42,9 @@ },

"@pnpm/error": "1.3.1",
"@pnpm/fetch": "2.1.5",
"@pnpm/lockfile-types": "2.0.1",
"@pnpm/lockfile-utils": "2.0.16",
"@pnpm/lockfile-walker": "3.0.4",
"@pnpm/types": "6.2.0"
"@pnpm/fetch": "2.1.6",
"@pnpm/lockfile-types": "2.1.0",
"@pnpm/lockfile-utils": "2.0.17",
"@pnpm/lockfile-walker": "3.0.5",
"@pnpm/types": "6.3.0"
},
"funding": "https://opencollective.com/pnpm"
}
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