This repository was archived by the owner on Nov 19, 2023. It is now read-only.
File tree Expand file tree Collapse file tree 1 file changed +8
-2
lines changed Expand file tree Collapse file tree 1 file changed +8
-2
lines changed Original file line number Diff line number Diff line change 1+ # node-async-context (asyncctx)
2+
3+ ** THIS PROJECT HAS BEEN MOVED!**
4+
5+ ** THE NEW LOCATION IS HERE: [ asyncctx] ( https://github.com/gms1/HomeOfThings/tree/master/packages/node/asyncctx ) **
6+
7+
18[ ![ npm version] ( https://badge.fury.io/js/asyncctx.svg )] ( https://badge.fury.io/js/asyncctx )
29[ ![ 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 )
310[ ![ Coverage Status] ( https://codecov.io/gh/gms1/node-async-context/branch/master/graph/badge.svg )] ( https://codecov.io/gh/gms1/node-async-context )
411[ ![ Dependency Status] ( https://david-dm.org/gms1/node-async-context.svg )] ( https://david-dm.org/gms1/node-async-context )
512[ ![ Known Vulnerabilities] ( https://snyk.io/test/github/gms1/node-async-context/badge.svg )] ( https://snyk.io/test/github/gms1/node-async-context )
613
714![ NPM] ( https://img.shields.io/npm/l/asyncctx )
8- # node-async-context (asyncctx)
915
1016This module allows you to create an asynchronous execution context for JavaScript or TypeScript
1117
@@ -68,7 +74,7 @@ process.nextTick(() => {
6874## Release Notes
6975
7076| Release | Notes |
71- | --------- | --------------------------------------------------------------------------------------- |
77+ | ----------- | ----------------------------------------------------------------------------------------- |
7278| 2.0.18-19 | deprecated in favour of AsyncLocalStorage |
7379| 2.0.12-17 | maintenance release, nodejs 14 support |
7480| 2.0.11 | #54 : fixed memory leak for chaining asynchronous calls infinitely; thanks to Reko Tiira |
You can’t perform that action at this time.
0 commit comments