Socket
Socket
Sign inDemoInstall

npm-lifecycle

Package Overview
Dependencies
Maintainers
3
Versions
17
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

npm-lifecycle - npm Package Compare versions

Comparing version 2.1.0 to 2.1.1

10

CHANGELOG.md

@@ -5,2 +5,12 @@ # Change Log

<a name="2.1.1"></a>
## [2.1.1](https://github.com/npm/lifecycle/compare/v2.1.0...v2.1.1) (2019-05-08)
### Bug Fixes
* **test:** update postinstall script for fixture ([220cd70](https://github.com/npm/lifecycle/commit/220cd70))
<a name="2.1.0"></a>

@@ -7,0 +17,0 @@ # [2.1.0](https://github.com/npm/lifecycle/compare/v2.0.3...v2.1.0) (2018-08-13)

2

index.js

@@ -170,3 +170,3 @@ 'use strict'

try {
foundExecPath = which.sync(path.basename(process.execPath), {pathExt: isWindows ? ';' : ':'})
foundExecPath = which.sync(path.basename(process.execPath), { pathExt: isWindows ? ';' : ':' })
// Apply `fs.realpath()` here to avoid false positives when `node` is a symlinked executable.

@@ -173,0 +173,0 @@ isDifferentNodeInPath = fs.realpathSync(process.execPath).toUpperCase() !==

{
"name": "npm-lifecycle",
"version": "2.1.0",
"version": "2.1.1",
"description": "JavaScript package lifecycle hook runner",

@@ -11,3 +11,3 @@ "main": "index.js",

"release": "standard-version -s",
"test": "tap -J --coverage test/*.js",
"test": "tap",
"update-coc": "weallbehave -o . && git add CODE_OF_CONDUCT.md && git commit -m 'docs(coc): updated CODE_OF_CONDUCT.md'",

@@ -34,4 +34,4 @@ "update-contrib": "weallcontribute -o . && git add CONTRIBUTING.md && git commit -m 'docs(contributing): updated CONTRIBUTING.md'"

"byline": "^5.0.0",
"graceful-fs": "^4.1.11",
"node-gyp": "^3.8.0",
"graceful-fs": "^4.1.15",
"node-gyp": "^4.0.0",
"resolve-from": "^4.0.0",

@@ -44,7 +44,7 @@ "slide": "^1.1.6",

"devDependencies": {
"nyc": "^12.0.2",
"sinon": "^6.1.5",
"standard": "^11.0.1",
"nyc": "^14.1.0",
"sinon": "^7.2.3",
"standard": "^12.0.1",
"standard-version": "^4.4.0",
"tap": "^12.0.1",
"tap": "^13.1.3",
"weallbehave": "^1.2.0",

@@ -51,0 +51,0 @@ "weallcontribute": "^1.0.8"

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