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.22.0 to 0.22.1-alpha.3

1

lib/CLSContext.js

@@ -9,2 +9,3 @@ "use strict";

// Copyright 2020 The OpenZipkin Authors; licensed to You under the Apache License, Version 2.0.
var cls = require('continuation-local-storage');

@@ -11,0 +12,0 @@

4

package.json
{
"name": "zipkin-context-cls",
"version": "0.22.0",
"version": "0.22.1-alpha.3+bf7de87",
"description": "A Context API implementation that uses continuation-local-storage under the hood",

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

},
"gitHead": "bc590b2957b4c1e0c434de3c6fb7b4feeb406f8b"
"gitHead": "bf7de8783a280b3e0d01eacd90ed1d9b4f10c7c4"
}

@@ -0,1 +1,3 @@

// Copyright 2020 The OpenZipkin Authors; licensed to You under the Apache License, Version 2.0.
const cls = require('continuation-local-storage');

@@ -2,0 +4,0 @@ const clsHooked = require('cls-hooked');

@@ -0,1 +1,3 @@

// Copyright 2020 The OpenZipkin Authors; licensed to You under the Apache License, Version 2.0.
const EventEmitter = require('events');

@@ -2,0 +4,0 @@ const CLSContext = require('../');

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