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

@pnpm/lockfile-walker

Package Overview
Dependencies
Maintainers
2
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.8 to 4.0.9

11

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

@@ -16,2 +16,3 @@ "main": "lib/index.js",

"keywords": [
"pnpm6",
"pnpm",

@@ -31,5 +32,5 @@ "shrinkwrap",

"dependencies": {
"@pnpm/lockfile-types": "3.0.0",
"@pnpm/types": "7.4.0",
"dependency-path": "8.0.4",
"@pnpm/lockfile-types": "3.1.0",
"@pnpm/types": "7.5.0",
"dependency-path": "8.0.5",
"ramda": "^0.27.1"

@@ -39,3 +40,3 @@ },

"scripts": {
"lint": "eslint -c ../../eslint.json src/**/*.ts",
"lint": "eslint src/**/*.ts",
"test": "pnpm run compile",

@@ -42,0 +43,0 @@ "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