Comparing version 2.0.15 to 2.0.16
{ | ||
"name": "asyncctx", | ||
"version": "2.0.15", | ||
"version": "2.0.16", | ||
"description": "an asynchronous execution context for TypeScript/JavaScript", | ||
@@ -5,0 +5,0 @@ "main": "./index.js", |
[![npm version](https://badge.fury.io/js/asyncctx.svg)](https://badge.fury.io/js/asyncctx) | ||
[![Build Status](https://api.travis-ci.org/gms1/node-async-context.svg?branch=master)](https://travis-ci.org/gms1/node-async-context) | ||
[![Build Status](https://api.travis-ci.com/gms1/node-async-context.svg?branch=master)](https://travis-ci.com/gms1/node-async-context) | ||
[![Coverage Status](https://coveralls.io/repos/github/gms1/node-async-context/badge.svg?branch=master)](https://coveralls.io/github/gms1/node-async-context?branch=master) | ||
@@ -54,3 +54,3 @@ [![Dependency Status](https://david-dm.org/gms1/node-async-context.svg)](https://david-dm.org/gms1/node-async-context) | ||
| --------- | --------------------------------------------------------------------------------------- | | ||
| 2.0.12-15 | maintenance release, nodejs 14 support | | ||
| 2.0.12-16 | maintenance release, nodejs 14 support | | ||
| 2.0.11 | #54: fixed memory leak for chaining asynchronous calls infinitely; thanks to Reko Tiira | | ||
@@ -57,0 +57,0 @@ | 2.0.10 | maintenance release | |
@@ -18,3 +18,3 @@ "use strict"; | ||
describe('testing readme sample', () => { | ||
it('should succeed', (done) => { | ||
it('should succeed', () => { | ||
cls.enable(); | ||
@@ -39,3 +39,2 @@ let cnt = 0; | ||
cls.disable(); | ||
done(); | ||
} | ||
@@ -46,3 +45,2 @@ }); | ||
cls.disable(); | ||
done(); | ||
} | ||
@@ -57,3 +55,2 @@ }); | ||
cls.disable(); | ||
done(); | ||
} | ||
@@ -64,3 +61,2 @@ }); | ||
cls.disable(); | ||
done(); | ||
} | ||
@@ -67,0 +63,0 @@ }); |
Sorry, the diff of this file is not supported yet
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
50284
414