Comparing version 1.1.3 to 1.1.4
@@ -223,3 +223,2 @@ "use strict"; | ||
ContinuationLocalStorage.prototype.dispose = function () { | ||
// asyncHook.removeHooks(this.hooks); | ||
this.disable(); | ||
@@ -226,0 +225,0 @@ this.idHookMap.clear(); |
{ | ||
"name": "asyncctx", | ||
"version": "1.1.3", | ||
"version": "1.1.4", | ||
"description": "an asynchronous execution context for TypeScript/JavaScript", | ||
@@ -29,3 +29,3 @@ "main": "./index.js", | ||
"dependencies": { | ||
"semver": "^5.6.0", | ||
"semver": "^6.0.0", | ||
"stack-chain": "^2.0.0" | ||
@@ -37,3 +37,3 @@ }, | ||
"engines": { | ||
"node": "^4.7 || ^6.9.2 || ^7.3 || ^8.2 || ^9.0 || ^10.0 || ^11.0" | ||
"node": "^4.7 || ^6.9.2 || ^7.3 || ^8.2 || ^9.0 || ^10.0 || ^11.0 || ^12.0" | ||
}, | ||
@@ -40,0 +40,0 @@ "greenkeeper": { |
@@ -55,3 +55,3 @@ [![npm version](https://badge.fury.io/js/asyncctx.svg)](https://badge.fury.io/js/asyncctx) | ||
| -------- | --------------------------------------------------------------------------------------- | | ||
| 1.1.2-3 | maintenance release | | ||
| 1.1.2-4 | maintenance release | | ||
| 1.1.1 | fixed loosing context; thanks to Pasi Tuominen | | ||
@@ -58,0 +58,0 @@ | 2.0.0 | targeting es6; dropped support for nodejs < v8 | |
Sorry, the diff of this file is not supported yet
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
111636
2541
+ Addedsemver@6.3.1(transitive)
- Removedsemver@5.7.2(transitive)
Updatedsemver@^6.0.0