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

@pnpm/filter-lockfile

Package Overview
Dependencies
Maintainers
2
Versions
141
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@pnpm/filter-lockfile - npm Package Compare versions

Comparing version 7.0.4 to 7.0.5

3

lib/filterLockfile.js

@@ -7,3 +7,2 @@ "use strict";

exports.filterLockfile = void 0;
const fromPairs_1 = __importDefault(require("ramda/src/fromPairs"));
const map_1 = __importDefault(require("ramda/src/map"));

@@ -26,3 +25,3 @@ const filterImporter_1 = require("./filterImporter");

importers: (0, map_1.default)((importer) => (0, filterImporter_1.filterImporter)(importer, opts.include), lockfile.importers),
packages: (0, fromPairs_1.default)(pairs),
packages: Object.fromEntries(pairs),
};

@@ -29,0 +28,0 @@ }

{
"name": "@pnpm/filter-lockfile",
"version": "7.0.4",
"version": "7.0.5",
"description": "Filters a lockfile",

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

"yaml-tag": "1.1.0",
"@pnpm/filter-lockfile": "7.0.4"
"@pnpm/filter-lockfile": "7.0.5"
},

@@ -42,8 +42,8 @@ "dependencies": {

"@pnpm/error": "4.0.0",
"@pnpm/lockfile-types": "4.3.5",
"@pnpm/lockfile-utils": "5.0.1",
"@pnpm/lockfile-walker": "6.0.3",
"@pnpm/types": "8.9.0",
"@pnpm/package-is-installable": "7.0.2",
"@pnpm/dependency-path": "1.0.0"
"@pnpm/lockfile-types": "4.3.6",
"@pnpm/lockfile-utils": "5.0.2",
"@pnpm/lockfile-walker": "6.0.4",
"@pnpm/package-is-installable": "7.0.3",
"@pnpm/types": "8.10.0",
"@pnpm/dependency-path": "1.0.1"
},

@@ -50,0 +50,0 @@ "funding": "https://opencollective.com/pnpm",

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