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

zipkin-context-cls

Package Overview
Dependencies
Maintainers
1
Versions
20
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

zipkin-context-cls - npm Package Compare versions

Comparing version 0.18.4 to 0.18.5

4

package.json
{
"name": "zipkin-context-cls",
"version": "0.18.4",
"version": "0.18.5",
"description": "A Context API implementation that uses continuation-local-storage under the hood",

@@ -18,3 +18,3 @@ "main": "lib/CLSContext.js",

},
"gitHead": "2c9ea42842e03343fa6b2066dedf6e760f38e9f6"
"gitHead": "201c6f6360d7ae79eaa04d5e53660908e3602358"
}
const CLSContext = require('../');
describe('CLSContext', () => {

@@ -53,3 +54,3 @@ it('should start with context null', () => {

it('supports CLS contexts (setTimeout etc)', done => {
it('supports CLS contexts (setTimeout etc)', (done) => {
const ctx = new CLSContext();

@@ -56,0 +57,0 @@ function callback() {

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