knifecycle
Advanced tools
Comparing version 5.0.1 to 5.0.2
@@ -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 @@ |
@@ -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", |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
200195
3533