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

@pnpm/lockfile-walker

Package Overview
Dependencies
Maintainers
3
Versions
79
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@pnpm/lockfile-walker - npm Package Compare versions

Comparing version 4.0.1 to 4.0.2

8

CHANGELOG.md
# @pnpm/lockfile-walker
## 4.0.2
### Patch Changes
- Updated dependencies [97c64bae4]
- @pnpm/types@7.1.0
- dependency-path@7.0.1
## 4.0.1

@@ -4,0 +12,0 @@

21

package.json
{
"name": "@pnpm/lockfile-walker",
"version": "4.0.1",
"version": "4.0.2",
"description": "Walk over all the dependencies in a lockfile",

@@ -14,8 +14,2 @@ "main": "lib/index.js",

],
"scripts": {
"lint": "eslint -c ../../eslint.json src/**/*.ts",
"test": "pnpm run compile",
"prepublishOnly": "pnpm run compile",
"compile": "rimraf lib tsconfig.tsbuildinfo && tsc --build && pnpm run lint -- --fix"
},
"repository": "https://github.com/pnpm/pnpm/blob/master/packages/lockfile-walker",

@@ -33,3 +27,3 @@ "keywords": [

"devDependencies": {
"@types/ramda": "^0.27.35",
"@types/ramda": "0.27.39",
"tempy": "^1.0.0"

@@ -39,7 +33,12 @@ },

"@pnpm/lockfile-types": "3.0.0",
"@pnpm/types": "7.0.0",
"dependency-path": "7.0.0",
"@pnpm/types": "7.1.0",
"dependency-path": "7.0.1",
"ramda": "^0.27.1"
},
"funding": "https://opencollective.com/pnpm"
"funding": "https://opencollective.com/pnpm",
"scripts": {
"lint": "eslint -c ../../eslint.json src/**/*.ts",
"test": "pnpm run compile",
"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