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.15 to 2.0.16

2

package.json
{
"name": "asyncctx",
"version": "2.0.15",
"version": "2.0.16",
"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.org/gms1/node-async-context.svg?branch=master)](https://travis-ci.org/gms1/node-async-context)
[![Build Status](https://api.travis-ci.com/gms1/node-async-context.svg?branch=master)](https://travis-ci.com/gms1/node-async-context)
[![Coverage Status](https://coveralls.io/repos/github/gms1/node-async-context/badge.svg?branch=master)](https://coveralls.io/github/gms1/node-async-context?branch=master)

@@ -54,3 +54,3 @@ [![Dependency Status](https://david-dm.org/gms1/node-async-context.svg)](https://david-dm.org/gms1/node-async-context)

| --------- | --------------------------------------------------------------------------------------- |
| 2.0.12-15 | maintenance release, nodejs 14 support |
| 2.0.12-16 | maintenance release, nodejs 14 support |
| 2.0.11 | #54: fixed memory leak for chaining asynchronous calls infinitely; thanks to Reko Tiira |

@@ -57,0 +57,0 @@ | 2.0.10 | maintenance release |

@@ -18,3 +18,3 @@ "use strict";

describe('testing readme sample', () => {
it('should succeed', (done) => {
it('should succeed', () => {
cls.enable();

@@ -39,3 +39,2 @@ let cnt = 0;

cls.disable();
done();
}

@@ -46,3 +45,2 @@ });

cls.disable();
done();
}

@@ -57,3 +55,2 @@ });

cls.disable();
done();
}

@@ -64,3 +61,2 @@ });

cls.disable();
done();
}

@@ -67,0 +63,0 @@ });

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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