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

Commit

Permalink
link to new location
Browse files Browse the repository at this point in the history
  • Loading branch information
gms1 committed Nov 19, 2023
1 parent 8692498 commit 1baaf1d
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,17 @@
# node-async-context (asyncctx)

**THIS PROJECT HAS BEEN MOVED!**

**THE NEW LOCATION IS HERE: [asyncctx](https://github.com/gms1/HomeOfThings/tree/master/packages/node/asyncctx)**


[![npm version](https://badge.fury.io/js/asyncctx.svg)](https://badge.fury.io/js/asyncctx)
[![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)
[![Dependency Status](https://david-dm.org/gms1/node-async-context.svg)](https://david-dm.org/gms1/node-async-context)
[![Known Vulnerabilities](https://snyk.io/test/github/gms1/node-async-context/badge.svg)](https://snyk.io/test/github/gms1/node-async-context)

![NPM](https://img.shields.io/npm/l/asyncctx)
# node-async-context (asyncctx)

This module allows you to create an asynchronous execution context for JavaScript or TypeScript

Expand Down Expand Up @@ -68,7 +74,7 @@ process.nextTick(() => {
## Release Notes

| Release | Notes |
| --------- | --------------------------------------------------------------------------------------- |
|-----------|-----------------------------------------------------------------------------------------|
| 2.0.18-19 | deprecated in favour of AsyncLocalStorage |
| 2.0.12-17 | maintenance release, nodejs 14 support |
| 2.0.11 | #54: fixed memory leak for chaining asynchronous calls infinitely; thanks to Reko Tiira |
Expand Down

0 comments on commit 1baaf1d

Please sign in to comment.