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

@pnpm/filter-lockfile

Package Overview
Dependencies
Maintainers
3
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 2.0.1 to 3.0.0

2

lib/filterLockfileByImportersAndEngine.d.ts

@@ -15,4 +15,4 @@ import { Lockfile } from '@pnpm/lockfile-types';

failOnMissingDependencies: boolean;
prefix: string;
lockfileDir: string;
skipped: Set<string>;
}): Lockfile;

@@ -31,3 +31,3 @@ "use strict";

includeIncompatiblePackages: opts.includeIncompatiblePackages === true,
prefix: opts.prefix,
lockfileDir: opts.lockfileDir,
registries: opts.registries,

@@ -90,6 +90,6 @@ skipped: opts.skipped,

engineStrict: opts.engineStrict,
lockfileDir: opts.lockfileDir,
nodeVersion: opts.currentEngine.nodeVersion,
optional: pkgSnapshot.optional === true,
pnpmVersion: opts.currentEngine.pnpmVersion,
prefix: opts.prefix,
}) !== false;

@@ -96,0 +96,0 @@ if (!installable) {

{
"name": "@pnpm/filter-lockfile",
"version": "2.0.1",
"version": "3.0.0",
"description": "Filters a lockfile",

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

"dependencies": {
"@pnpm/constants": "2.0.0",
"@pnpm/constants": "3.0.0",
"@pnpm/error": "1.0.0",
"@pnpm/lockfile-types": "1.1.0",
"@pnpm/lockfile-utils": "2.0.0",
"@pnpm/package-is-installable": "3.0.0",
"@pnpm/lockfile-utils": "2.0.1",
"@pnpm/package-is-installable": "4.0.0",
"@pnpm/types": "4.0.0",

@@ -56,0 +56,0 @@ "dependency-path": "4.0.0",

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