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

knifecycle

Package Overview
Dependencies
Maintainers
1
Versions
103
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 5.1.2 to 5.1.3

9

CHANGELOG.md

@@ -0,1 +1,10 @@

## [5.1.3](https://github.com/nfroidure/knifecycle/compare/v5.1.2...v5.1.3) (2019-01-24)
### Bug Fixes
* **Types:** Set tup the good method name for service descriptors ([e77f6af](https://github.com/nfroidure/knifecycle/commit/e77f6af))
## [5.1.2](https://github.com/nfroidure/knifecycle/compare/v5.1.1...v5.1.2) (2019-01-20)

@@ -2,0 +11,0 @@

2

package.json
{
"name": "knifecycle",
"version": "5.1.2",
"version": "5.1.3",
"description": "Manage your NodeJS processes's lifecycle automatically with an unobtrusive dependency injection implementation.",

@@ -5,0 +5,0 @@ "main": "dist/index.js",

@@ -6,3 +6,3 @@ type Dependencies = { [name: string]: any };

service: S;
shutdown: () => Promise<void>;
dispose: () => Promise<void>;
fatalErrorPromise: Promise<void>;

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