Socket
Socket
Sign inDemoInstall

@pnpm/lifecycle

Package Overview
Dependencies
Maintainers
2
Versions
155
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 14.1.5 to 14.1.6

2

lib/index.js

@@ -50,5 +50,5 @@ "use strict";

if (await (0, path_exists_1.default)(path_1.default.join(root, 'binding.gyp'))) {
scripts['install'] = 'node-gyp rebuild';
scripts.install = 'node-gyp rebuild';
}
}
//# sourceMappingURL=index.js.map

@@ -61,3 +61,5 @@ "use strict";

verbose: npmLog,
warn: (...msg) => (0, logger_1.globalWarn)(msg.join(' ')),
warn: (...msg) => {
(0, logger_1.globalWarn)(msg.join(' '));
},
},

@@ -64,0 +66,0 @@ runConcurrently: true,

{
"name": "@pnpm/lifecycle",
"version": "14.1.5",
"version": "14.1.6",
"description": "Package lifecycle hook runner",

@@ -34,6 +34,6 @@ "main": "lib/index.js",

"@pnpm/core-loggers": "8.0.3",
"@pnpm/directory-fetcher": "5.1.4",
"@pnpm/directory-fetcher": "5.1.5",
"@pnpm/error": "4.0.1",
"@pnpm/read-package-json": "7.0.5",
"@pnpm/store-controller-types": "14.3.0",
"@pnpm/store-controller-types": "14.3.1",
"@pnpm/types": "8.10.0"

@@ -46,4 +46,4 @@ },

"load-json-file": "^6.2.0",
"@pnpm/lifecycle": "14.1.5",
"@pnpm/test-fixtures": "0.0.29"
"@pnpm/lifecycle": "14.1.6",
"@pnpm/test-fixtures": "0.0.32"
},

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

Sorry, the diff of this file is not supported yet

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