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.2.1 to 2.2.2

10

CHANGELOG.md

@@ -0,1 +1,11 @@

<a name="2.2.2"></a>
## [2.2.2](https://github.com/nfroidure/knifecycle/compare/v2.2.1...v2.2.2) (2017-10-24)
### Bug Fixes
* **Build:** Quick fix of the build ([0b71c08](https://github.com/nfroidure/knifecycle/commit/0b71c08))
<a name="2.2.1"></a>

@@ -2,0 +12,0 @@ ## [2.2.1](https://github.com/nfroidure/knifecycle/compare/v2.2.0...v2.2.1) (2017-10-24)

44

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

@@ -9,14 +9,2 @@ "main": "dist/index.js",

},
"metapak": {
"data": {
"files": "src/*.js",
"testsFiles": "src/*.mocha.js"
},
"configs": [
"babel",
"jsdocs",
"jsarch",
"readme"
]
},
"files": [

@@ -36,4 +24,2 @@ "dist",

"lint": "eslint src/*.js",
"metapak": "metapak || exit 0",
"postinstall": "npm run metapak --silent",
"prepublish": "npm run compile",

@@ -55,8 +41,6 @@ "preversion": "npm t && npm run lint && npm run compile",

"babel-eslint": "^7.1.0",
"babel-plugin-transform-async-to-module-method": "^6.8.0",
"babel-plugin-transform-decorators": "^6.8.0",
"babel-plugin-transform-decorators-legacy": "^1.3.4",
"babel-plugin-transform-async-to-module-method": "^6.24.1",
"babel-plugin-transform-es2015-modules-systemjs": "^6.9.0",
"babel-plugin-transform-object-rest-spread": "^6.23.0",
"babel-preset-es2015": "^6.9.0",
"babel-plugin-transform-object-rest-spread": "^6.26.0",
"babel-preset-env": "^1.6.1",
"babel-register": "^6.9.0",

@@ -79,4 +63,2 @@ "browserify": "^14.4.0",

"karma-sauce-launcher": "^1.1.0",
"metapak": "0.0.21",
"metapak-nfroidure": "0.7.0",
"mocha": "3.2.0",

@@ -87,21 +69,5 @@ "mocha-lcov-reporter": "1.3.0",

"dependencies": {
"debug": "2.6.1",
"debug": "^3.1.0",
"yerror": "^2.0.0"
},
"greenkeeper": {
"ignore": [
"debug",
"eslint",
"eslint-config-simplifield",
"mocha",
"mocha-lcov-reporter",
"commitizen",
"cz-conventional-changelog",
"coveralls",
"istanbul",
"conventional-changelog-cli",
"jsarch",
"jsdoc-to-markdown"
]
},
"config": {

@@ -108,0 +74,0 @@ "commitizen": {

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