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.14 to 4.0.15

6

lib/index.js
"use strict";
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
if (k2 === undefined) k2 = k;
Object.defineProperty(o, k2, { enumerable: true, get: function() { return m[k]; } });
var desc = Object.getOwnPropertyDescriptor(m, k);
if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
desc = { enumerable: true, get: function() { return m[k]; } };
}
Object.defineProperty(o, k2, desc);
}) : (function(o, m, k, k2) {

@@ -6,0 +10,0 @@ if (k2 === undefined) k2 = k;

19

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

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

],
"repository": "https://github.com/pnpm/pnpm/blob/master/packages/lockfile-walker",
"repository": "https://github.com/pnpm/pnpm/blob/main/packages/lockfile-walker",
"keywords": [

@@ -26,5 +26,5 @@ "pnpm6",

},
"homepage": "https://github.com/pnpm/pnpm/blob/master/packages/lockfile-walker#readme",
"homepage": "https://github.com/pnpm/pnpm/blob/main/packages/lockfile-walker#readme",
"devDependencies": {
"@pnpm/lockfile-walker": "4.0.14",
"@pnpm/lockfile-walker": "4.0.15",
"@types/ramda": "0.27.39",

@@ -34,5 +34,5 @@ "tempy": "^1.0.0"

"dependencies": {
"@pnpm/lockfile-types": "3.1.5",
"@pnpm/types": "7.9.0",
"dependency-path": "8.0.10",
"@pnpm/lockfile-types": "3.2.0",
"@pnpm/types": "7.10.0",
"dependency-path": "8.0.11",
"ramda": "^0.27.1"

@@ -44,5 +44,4 @@ },

"test": "pnpm run compile",
"compile": "rimraf lib tsconfig.tsbuildinfo && tsc --build && pnpm run lint -- --fix"
},
"readme": "# @pnpm/lockfile-walker\n\n> Walk over all the dependencies in a lockfile\n\n## Install\n\n```\npnpm add @pnpm/lockfile-walker\n```\n\n## License\n\n[MIT](LICENSE)\n"
"compile": "tsc --build && pnpm run lint --fix"
}
}

Sorry, the diff of this file is not supported yet

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