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

knifecycle

Package Overview
Dependencies
Maintainers
1
Versions
102
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.0.4 to 5.1.0-beta.2

src/index.d.ts

9

CHANGELOG.md

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

# [5.1.0-beta.0](https://github.com/nfroidure/knifecycle/compare/v5.0.4...v5.1.0-beta.0) (2019-01-18)
### Features
* **TypeScript:** Add types for TypeScript support ([3683386](https://github.com/nfroidure/knifecycle/commit/3683386))
## [5.0.4](https://github.com/nfroidure/knifecycle/compare/v5.0.3...v5.0.4) (2019-01-12)

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

4

dist/index.js

@@ -132,3 +132,3 @@ "use strict";

});
exports.Knifecycle = exports.getInstance = exports.default = void 0;
exports.Knifecycle = exports.default = void 0;

@@ -875,4 +875,2 @@ var _util = require("./util");

exports.default = _default;
const getInstance = Knifecycle.getInstance;
exports.getInstance = getInstance;

@@ -879,0 +877,0 @@ function _pickServiceNameFromDeclaration(dependencyDeclaration) {

{
"name": "knifecycle",
"version": "5.0.4",
"version": "5.1.0-beta.2",
"description": "Manage your NodeJS processes's lifecycle.",
"main": "dist/index.js",
"types": "src/index.d.ts",
"repository": {

@@ -33,2 +34,3 @@ "type": "git",

"bundleFiles": [
"src/*.d.ts",
"dist/**/*.js"

@@ -39,2 +41,3 @@ ]

"files": [
"src/*.d.ts",
"dist/**/*.js",

@@ -69,2 +72,3 @@ "LICENSE",

"shutdown",
"dependencies",
"service"

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