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

npm-lifecycle

Package Overview
Dependencies
Maintainers
2
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.0.3 to 2.1.0

15

CHANGELOG.md

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

<a name="2.1.0"></a>
# [2.1.0](https://github.com/npm/lifecycle/compare/v2.0.3...v2.1.0) (2018-08-13)
### Bug Fixes
* **windows:** revert writing all possible cases of PATH variables ([#22](https://github.com/npm/lifecycle/issues/22)) ([8fcaa21](https://github.com/npm/lifecycle/commit/8fcaa21)), closes [#20](https://github.com/npm/lifecycle/issues/20)
### Features
* **ci:** add node@10 to CI ([e206aa0](https://github.com/npm/lifecycle/commit/e206aa0))
<a name="2.0.3"></a>

@@ -7,0 +22,0 @@ ## [2.0.3](https://github.com/npm/lifecycle/compare/v2.0.2...v2.0.3) (2018-05-16)

3

index.js

@@ -125,5 +125,2 @@ 'use strict'

env[PATH] = pathArr.join(process.platform === 'win32' ? ';' : ':')
if (process.platform === 'win32') {
env.path = env.PATH = env.Path = env[PATH]
}

@@ -130,0 +127,0 @@ var packageLifecycle = pkg.scripts && pkg.scripts.hasOwnProperty(stage)

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

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

"graceful-fs": "^4.1.11",
"node-gyp": "^3.6.2",
"node-gyp": "^3.8.0",
"resolve-from": "^4.0.0",

@@ -40,10 +40,10 @@ "slide": "^1.1.6",

"umask": "^1.1.0",
"which": "^1.3.0"
"which": "^1.3.1"
},
"devDependencies": {
"nyc": "^11.8.0",
"sinon": "^4.0.1",
"nyc": "^12.0.2",
"sinon": "^6.1.5",
"standard": "^11.0.1",
"standard-version": "^4.3.0",
"tap": "^11.1.5",
"standard-version": "^4.4.0",
"tap": "^12.0.1",
"weallbehave": "^1.2.0",

@@ -50,0 +50,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