Socket
Socket
Sign inDemoInstall

@opentelemetry/context-zone-peer-dep

Package Overview
Dependencies
Maintainers
4
Versions
123
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@opentelemetry/context-zone-peer-dep - npm Package Compare versions

Comparing version 0.11.0 to 0.11.1-alpha.36

2

build/src/version.d.ts

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

export declare const VERSION = "0.11.0";
export declare const VERSION = "0.11.1-alpha.36+6eb157c6";
//# sourceMappingURL=version.d.ts.map

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

// this is autogenerated file, see scripts/version-update.js
exports.VERSION = '0.11.0';
exports.VERSION = '0.11.1-alpha.36+6eb157c6';
//# sourceMappingURL=version.js.map

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

import { ContextManager, Context } from '@opentelemetry/context-base';
import { Context, ContextManager } from '@opentelemetry/context-base';
import { TargetWithEvents } from './types';

@@ -3,0 +3,0 @@ /**

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

_activeContextFromZone(activeZone) {
return ((activeZone && activeZone.get(ZONE_CONTEXT_KEY)) || context_base_1.Context.ROOT_CONTEXT);
return (activeZone && activeZone.get(ZONE_CONTEXT_KEY)) || context_base_1.ROOT_CONTEXT;
}

@@ -158,3 +158,3 @@ /**

if (!this._enabled) {
return context_base_1.Context.ROOT_CONTEXT;
return context_base_1.ROOT_CONTEXT;
}

@@ -166,3 +166,3 @@ const activeZone = this._getActiveZone();

}
return context_base_1.Context.ROOT_CONTEXT;
return context_base_1.ROOT_CONTEXT;
}

@@ -169,0 +169,0 @@ /**

{
"name": "@opentelemetry/context-zone-peer-dep",
"version": "0.11.0",
"version": "0.11.1-alpha.36+6eb157c6",
"description": "OpenTelemetry Context Zone with peer dependency for zone.js",

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

"ts-mocha": "7.0.0",
"ts-node": "8.10.2",
"ts-node": "9.0.0",
"typescript": "3.9.7",

@@ -75,3 +75,3 @@ "webpack": "4.44.1",

"dependencies": {
"@opentelemetry/context-base": "^0.11.0"
"@opentelemetry/context-base": "^0.11.1-alpha.36+6eb157c6"
},

@@ -82,3 +82,3 @@ "peerDependencies": {

"sideEffects": false,
"gitHead": "15174c6647ab9863dfc1424412fa60f2fddb3351"
"gitHead": "6eb157c66925fe84b4960f247a86678441f3cb60"
}

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