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

knifecycle

Package Overview
Dependencies
Maintainers
1
Versions
101
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

knifecycle - npm Package Compare versions

Comparing version 2.5.3 to 2.5.4

5

CHANGELOG.md

@@ -0,1 +1,6 @@

<a name="2.5.4"></a>
## [2.5.4](https://github.com/nfroidure/knifecycle/compare/v2.5.3...v2.5.4) (2018-09-22)
<a name="2.5.3"></a>

@@ -2,0 +7,0 @@ ## [2.5.3](https://github.com/nfroidure/knifecycle/compare/v2.5.2...v2.5.3) (2018-09-16)

17

package.json
{
"name": "knifecycle",
"version": "2.5.3",
"version": "2.5.4",
"description": "Manage your NodeJS processes's lifecycle.",

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

"configs": [
"main",
"readme",

@@ -47,5 +48,6 @@ "mocha",

"mocha": "mocha --compilers js:@babel/register src/*.mocha.js",
"precz": "npm t && npm run lint && npm run metapak -- -s",
"prepublish": "npm run compile",
"prettier": "prettier --write src/*.js",
"preversion": "npm t && npm run lint && npm run metapak -s && npm run compile",
"preversion": "npm run compile && npm t && npm run lint && npm run metapak -- -s",
"test": "npm run mocha && npm run karma",

@@ -60,3 +62,7 @@ "version": "npm run changelog && git add CHANGELOG.md"

],
"author": "Nicolas Froidure",
"author": {
"name": "Nicolas Froidure",
"email": "nicolas.froidure@insertafter.com",
"url": "http://insertafter.com/en/index.html"
},
"license": "MIT",

@@ -86,3 +92,3 @@ "devDependencies": {

"metapak": "^1.0.3",
"metapak-nfroidure": "^6.3.0",
"metapak-nfroidure": "^7.1.1",
"mocha": "^5.2.0",

@@ -135,3 +141,4 @@ "nyc": "^13.0.1",

]
}
},
"contributors": []
}

@@ -17,2 +17,3 @@ [//]: # ( )

[![Dependency Status](https://dependencyci.com/github/nfroidure/knifecycle/badge)](https://dependencyci.com/github/nfroidure/knifecycle)
[![Package Quality](http://npm.packagequality.com/shield/knifecycle.svg)](http://packagequality.com/#?package=knifecycle)

@@ -899,3 +900,6 @@

# Authors
- [Nicolas Froidure](http://insertafter.com/en/index.html)
# License
[MIT](https://github.com/nfroidure/knifecycle/blob/master/LICENSE)
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