Socket
Socket
Sign inDemoInstall

knifecycle

Package Overview
Dependencies
Maintainers
1
Versions
100
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.1 to 2.5.2

10

CHANGELOG.md

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

<a name="2.5.2"></a>
## [2.5.2](https://github.com/nfroidure/knifecycle/compare/v2.5.1...v2.5.2) (2018-05-06)
### Bug Fixes
* **Tests:** Fix tests for Node10 ([b3511a4](https://github.com/nfroidure/knifecycle/commit/b3511a4))
<a name="2.5.1"></a>

@@ -2,0 +12,0 @@ ## [2.5.1](https://github.com/nfroidure/knifecycle/compare/v2.5.0...v2.5.1) (2018-04-13)

2

dist/index.mocha.js

@@ -58,3 +58,3 @@ 'use strict';

$.constant('time', (0, _index.inject)(['hash3'], time));
}, 'E_CONSTANT_INJECTION');
}, /E_CONSTANT_INJECTION/);
});

@@ -61,0 +61,0 @@ });

{
"name": "knifecycle",
"version": "2.5.1",
"version": "2.5.2",
"description": "Manage your NodeJS processes's lifecycle.",

@@ -23,3 +23,6 @@ "main": "dist/index.js",

"testsFiles": "src/*.mocha.js",
"files": "src/*.js"
"files": "src/*.js",
"ignore": [
"dist"
]
}

@@ -82,3 +85,3 @@ },

"metapak": "^1.0.3",
"metapak-nfroidure": "^5.0.0",
"metapak-nfroidure": "^6.1.0",
"mocha": "^5.0.0",

@@ -85,0 +88,0 @@ "mocha-lcov-reporter": "^1.3.0",

[//]: # ( )
[//]: # (This file is automatically generated by a `metapak`)
[//]: # (module. Do not change it except between the)
[//]: # (`content:(start/end)` flags, your changes would)
[//]: # (`content:start/end` flags, your changes would)
[//]: # (be overridden.)

@@ -6,0 +6,0 @@ [//]: # ( )

@@ -51,3 +51,3 @@ /* eslint max-nested-callbacks:0 */

$.constant('time', inject(['hash3'], time));
}, 'E_CONSTANT_INJECTION');
}, /E_CONSTANT_INJECTION/);
});

@@ -54,0 +54,0 @@ });

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