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.2 to 2.0.3

5

CHANGELOG.md

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

<a name="2.0.3"></a>
## [2.0.3](https://github.com/npm/lifecycle/compare/v2.0.2...v2.0.3) (2018-05-16)
<a name="2.0.2"></a>

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

8

index.js

@@ -411,4 +411,4 @@ 'use strict'

env[envKey] = env[envKey].indexOf('\n') !== -1
? JSON.stringify(env[envKey])
: env[envKey]
? JSON.stringify(env[envKey])
: env[envKey]
}

@@ -440,4 +440,4 @@ }

value = value.indexOf('\n') !== -1
? JSON.stringify(value)
: value
? JSON.stringify(value)
: value
i = i.replace(/^_+/, '')

@@ -444,0 +444,0 @@ var k

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

@@ -42,7 +42,7 @@ "main": "index.js",

"devDependencies": {
"nyc": "^11.1.0",
"nyc": "^11.8.0",
"sinon": "^4.0.1",
"standard": "^10.0.3",
"standard-version": "^4.2.0",
"tap": "^10.7.2",
"standard": "^11.0.1",
"standard-version": "^4.3.0",
"tap": "^11.1.5",
"weallbehave": "^1.2.0",

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