Comparing version 2.0.19 to 2.1.0
{ | ||
"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" | ||
} |
[![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 | |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Wildcard dependency
QualityPackage has a dependency with a floating version range. This can cause issues if the dependency publishes a new major version.
Found 1 instance in 1 package
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
96
25870
1
15
437
1
1
+ Addedtslib@*
+ Addedtslib@2.8.1(transitive)