Comparing version 2.0.18 to 2.0.19
{ | ||
"name": "asyncctx", | ||
"version": "2.0.18", | ||
"version": "2.0.19", | ||
"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.com/gms1/node-async-context.svg?branch=master)](https://travis-ci.com/gms1/node-async-context) | ||
[![Build Workflow](https://github.com/gms1/node-async-context/actions/workflows/build.yml/badge.svg?branch=master)](https://github.com/gms1/node-async-context/actions/workflows/build.yml) | ||
[![Coverage Status](https://codecov.io/gh/gms1/node-async-context/branch/master/graph/badge.svg)](https://codecov.io/gh/gms1/node-async-context) | ||
@@ -17,2 +17,3 @@ [![Dependency Status](https://david-dm.org/gms1/node-async-context.svg)](https://david-dm.org/gms1/node-async-context) | ||
> NOTE: This module is now deprecated in favour of [AsyncLocalStorage](https://nodejs.org/api/async_context.html#async_context_new_asynclocalstorage) | ||
> which is available for nodejs >= 12 | ||
@@ -72,3 +73,3 @@ ### quick start using AsyncLocalStorage | ||
| --------- | --------------------------------------------------------------------------------------- | | ||
| 2.0.18 | deprecated in favour of AsyncLocalStorage | | ||
| 2.0.18-19 | deprecated in favour of AsyncLocalStorage | | ||
| 2.0.12-17 | maintenance release, nodejs 14 support | | ||
@@ -75,0 +76,0 @@ | 2.0.11 | #54: fixed memory leak for chaining asynchronous calls infinitely; thanks to Reko Tiira | |
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
64480
92