zipkin-context-cls
Advanced tools
Comparing version 0.22.0 to 0.22.1-alpha.3
@@ -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 @@ |
{ | ||
"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('../'); |
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
Manifest confusion
Supply chain riskThis package has inconsistent metadata. This could be malicious or caused by an error when publishing the package.
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
22723
239
1