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.1 to 5.0.2

9

CHANGELOG.md

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

## [5.0.2](https://github.com/nfroidure/knifecycle/compare/v5.0.1...v5.0.2) (2018-11-29)
### Bug Fixes
* **Core:** Fail on syntax error even for optional services ([8cfcabd](https://github.com/nfroidure/knifecycle/commit/8cfcabd))
## [5.0.1](https://github.com/nfroidure/knifecycle/compare/v5.0.0...v5.0.1) (2018-11-22)

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

4

dist/index.js

@@ -843,3 +843,5 @@ "use strict";

} catch (err) {
if (optional) {
// Let pass syntax errors through to avoid running
// invalid code
if (optional && !(err instanceof SyntaxError)) {
return;

@@ -846,0 +848,0 @@ }

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

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

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