Socket
Socket
Sign inDemoInstall

@pnpm/lifecycle

Package Overview
Dependencies
Maintainers
3
Versions
154
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@pnpm/lifecycle - npm Package Compare versions

Comparing version 6.1.2 to 6.2.0

1

lib/index.d.ts

@@ -7,2 +7,3 @@ import runLifecycleHook from './runLifecycleHook';

depPath: string;
extraBinPaths?: string[];
optional?: boolean;

@@ -9,0 +10,0 @@ pkgRoot: string;

@@ -5,2 +5,3 @@ import { DependencyManifest, ImporterManifest } from '@pnpm/types';

depPath: string;
extraBinPaths?: string[];
optional?: boolean;

@@ -7,0 +8,0 @@ pkgRoot: string;

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

dir: opts.rootNodeModulesDir,
extraBinPaths: opts.extraBinPaths || [],
log: {

@@ -30,0 +31,0 @@ clearProgress: noop,

@@ -8,2 +8,3 @@ import { ImporterManifest } from '@pnpm/types';

}>, childConcurrency: number, opts: {
extraBinPaths?: string[];
rawNpmConfig: object;

@@ -10,0 +11,0 @@ stdio?: string;

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

depPath: importer.prefix,
extraBinPaths: opts.extraBinPaths,
pkgRoot: importer.prefix,

@@ -23,0 +24,0 @@ rawNpmConfig: opts.rawNpmConfig,

6

package.json
{
"name": "@pnpm/lifecycle",
"version": "6.1.2",
"version": "6.2.0",
"description": "Package lifecycle hook runner",

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

"@pnpm/types": "3.2.0",
"@zkochan/npm-lifecycle": "3.0.0",
"@zkochan/npm-lifecycle": "3.1.1",
"path-exists": "4.0.0",

@@ -54,4 +54,4 @@ "run-groups": "2.0.0"

"tslint": "5.17.0",
"typescript": "3.4.5"
"typescript": "3.5.1"
}
}
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