Comparing version 2.0.8 to 2.0.9
@@ -10,3 +10,3 @@ /** | ||
private _currId; | ||
readonly currId: number; | ||
get currId(): number; | ||
private idHookMap; | ||
@@ -13,0 +13,0 @@ private readonly hookFuncs; |
{ | ||
"name": "asyncctx", | ||
"version": "2.0.8", | ||
"version": "2.0.9", | ||
"description": "an asynchronous execution context for TypeScript/JavaScript", | ||
@@ -32,5 +32,5 @@ "main": "./index.js", | ||
"engines": { | ||
"node": "^8.2 || ^9.0 || ^10.0 || ^11.0 || ^12.0" | ||
"node": "^8.2 || ^9.0 || ^10.0 || ^11.0 || ^12.0 || ^13.0" | ||
}, | ||
"dependencies": {} | ||
} |
@@ -54,2 +54,3 @@ [![npm version](https://badge.fury.io/js/asyncctx.svg)](https://badge.fury.io/js/asyncctx) | ||
| -------- | --------------------------------------------------------------------------------------- | | ||
| 2.0.9 | node 13 supported | | ||
| 2.0.3-8 | maintenance release | | ||
@@ -62,4 +63,4 @@ | 2.0.2 | fixed loosing context; thanks to Pasi Tuominen | | ||
| 1.0.5-10 | maintenance release | | ||
| 1.0.4 | node 10 | | ||
| 1.0.3 | node 9 | | ||
| 1.0.4 | node 10 supported | | ||
| 1.0.3 | node 9 supported | | ||
| 1.0.2 | maintenance release | | ||
@@ -66,0 +67,0 @@ | 1.0.1 | added support for older nodejs versions (4,6,7) using internal copy of async-hook@1.7.1 | |
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
48394
70