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 5.1.4 to 5.1.5

9

CHANGELOG.md

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

## [5.1.5](https://github.com/nfroidure/knifecycle/compare/v5.1.4...v5.1.5) (2019-01-27)
### Bug Fixes
* **autoInject:** Improve the injection detection ([82d3391](https://github.com/nfroidure/knifecycle/commit/82d3391))
## [5.1.4](https://github.com/nfroidure/knifecycle/compare/v5.1.3...v5.1.4) (2019-01-26)

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

2

dist/util.js

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

}) {
const matches = source.match(/^\s*(?:async\s+function(?:\s+\w+)?|async)\s*\(\{\s*([^{}}]+)\s*\}/);
const matches = source.match(/^\s*(?:async\s+function(?:\s+\w+)?|async)\s*\(\s*\{\s*([^{}}]+)\s*\}/);

@@ -200,0 +200,0 @@ if (!matches) {

{
"name": "knifecycle",
"version": "5.1.4",
"version": "5.1.5",
"description": "Manage your NodeJS processes's lifecycle automatically with an unobtrusive dependency injection implementation.",

@@ -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