Socket
Socket
Sign inDemoInstall

@pnpm/lifecycle

Package Overview
Dependencies
6
Maintainers
2
Versions
147
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 2.0.0 to 2.0.1

12

lib/index.js

@@ -41,7 +41,9 @@ "use strict";

return __awaiter(this, void 0, void 0, function* () {
logger_1.lifecycleLogger.debug({
depPath: opts.depPath,
script: pkg.scripts[stage],
stage,
});
if (opts.stdio !== 'inherit') {
logger_1.lifecycleLogger.debug({
depPath: opts.depPath,
script: pkg.scripts[stage],
stage,
});
}
return lifecycle(pkg, stage, opts.pkgRoot, {

@@ -48,0 +50,0 @@ config: opts.rawNpmConfig,

{
"name": "@pnpm/lifecycle",
"version": "2.0.0",
"version": "2.0.1",
"description": "Package lifecycle hook runner",

@@ -5,0 +5,0 @@ "main": "lib/index.js",

Sorry, the diff of this file is not supported yet

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc