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.19 to 2.1.0

src/index.d.ts

20

package.json
{
"name": "asyncctx",
"version": "2.0.19",
"version": "2.1.0",
"description": "an asynchronous execution context for TypeScript/JavaScript",
"main": "./index.js",
"types": "./index.d.ts",
"tags": [

@@ -22,15 +20,13 @@ "typescript",

"type": "git",
"url": "git+https://github.com/gms1/node-async-context.git"
"url": "git+https://github.com/gms1/HomeOfThings.git"
},
"bugs": {
"url": "https://github.com/gms1/node-async-context/issues"
"url": "https://github.com/gms1/HomeOfThings/issues"
},
"homepage": "https://github.com/gms1/node-async-context",
"typescript": {
"definition": "./index.d.ts"
"homepage": "https://github.com/gms1/HomeOfThings",
"dependencies": {
"tslib": "*"
},
"engines": {
"node": "^8.2 || >=9.0"
},
"dependencies": {}
"main": "./src/index.js",
"type": "commonjs"
}

16

README.md
[![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)
[![Build Workflow](https://github.com/gms1/HomeOfThings/actions/workflows/build.yml/badge.svg?branch=master)](https://github.com/gms1/HomeOfThings/actions/workflows/build.yml)
[![Coverage Status](https://codecov.io/gh/gms1/HomeOfThings/branch/master/graph/badge.svg?flag=asyncctx)](https://app.codecov.io/gh/gms1/HomeOfThings/tree/master/packages%2Fnode%2Fasyncctx)
[![DeepScan grade](https://deepscan.io/api/teams/439/projects/987/branches/1954/badge/grade.svg)](https://deepscan.io/dashboard#view=project&tid=439&pid=987&bid=1954)
![NPM](https://img.shields.io/npm/l/asyncctx)
[![PRs Welcome](https://img.shields.io/badge/PRs-welcome-brightgreen.svg?style=flat-square)](http://makeapullrequest.com)
[![License](https://img.shields.io/npm/l/asyncctx.svg?style=flat-square)](https://github.com/gms1/HomeOfThings/blob/master/packages/node/asyncctx/LICENSE)
# node-async-context (asyncctx)

@@ -15,3 +16,5 @@

## Deprecation
<!-- -->
> NOTE: This module is now deprecated in favour of [AsyncLocalStorage](https://nodejs.org/api/async_context.html#async_context_new_asynclocalstorage)

@@ -72,3 +75,4 @@ > which is available for nodejs >= 12

| Release | Notes |
| --------- | --------------------------------------------------------------------------------------- |
|-----------|-----------------------------------------------------------------------------------------|
| 2.1.0 | maintenance release |
| 2.0.18-19 | deprecated in favour of AsyncLocalStorage |

@@ -75,0 +79,0 @@ | 2.0.12-17 | maintenance release, nodejs 14 support |

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