Socket
Socket
Sign inDemoInstall

@opentelemetry/context-base

Package Overview
Dependencies
Maintainers
4
Versions
27
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@opentelemetry/context-base - npm Package Compare versions

Comparing version 0.10.3-canary.0 to 0.11.1-alpha.48

2

build/src/context.js

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

Context.createKey = function (description) {
return Symbol(description);
return Symbol.for(description);
};

@@ -33,0 +33,0 @@ /**

@@ -1,2 +0,2 @@

export declare const VERSION = "0.10.3-canary.0+f4f2f84";
export declare const VERSION = "0.11.1-alpha.48+15174c6";
//# sourceMappingURL=version.d.ts.map

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

// this is autogenerated file, see scripts/version-update.js
exports.VERSION = '0.10.3-canary.0+f4f2f84';
exports.VERSION = '0.11.1-alpha.48+15174c6';
//# sourceMappingURL=version.js.map
{
"name": "@opentelemetry/context-base",
"version": "0.10.3-canary.0+f4f2f84",
"version": "0.11.1-alpha.48+15174c6",
"description": "OpenTelemetry Base Context Manager",

@@ -47,3 +47,3 @@ "main": "build/src/index.js",

"devDependencies": {
"@types/mocha": "8.0.0",
"@types/mocha": "8.0.2",
"@types/node": "14.0.27",

@@ -59,3 +59,3 @@ "codecov": "3.7.2",

},
"gitHead": "f4f2f84bc087389b3206a2e17837b7b0b95fb2f2"
"gitHead": "15174c6647ab9863dfc1424412fa60f2fddb3351"
}

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