Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

asyncctx

Package Overview
Dependencies
Maintainers
1
Versions
53
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

asyncctx - npm Package Compare versions

Comparing version 2.0.18 to 2.0.19

2

package.json
{
"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 |

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc