Skip to content
This repository was archived by the owner on Nov 19, 2023. It is now read-only.

Commit 1baaf1d

Browse files
committed
link to new location
1 parent 8692498 commit 1baaf1d

File tree

1 file changed

+8
-2
lines changed

1 file changed

+8
-2
lines changed

README.md

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,17 @@
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

1016
This 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 |

0 commit comments

Comments
 (0)