Socket
Socket
Sign inDemoInstall

@opentelemetry/context-zone-peer-dep

Package Overview
Dependencies
Maintainers
5
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.8.1 to 0.8.2

15

build/src/index.d.ts

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

/*!
* Copyright 2019, OpenTelemetry Authors
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* https://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
export * from './ZoneContextManager';
export * from './types';
//# sourceMappingURL=index.d.ts.map

6

build/src/index.js
"use strict";
/*!
* Copyright 2019, OpenTelemetry Authors
/*
* Copyright 2020, OpenTelemetry Authors
*

@@ -26,3 +26,3 @@ * Licensed under the Apache License, Version 2.0 (the "License");

for (var p in m) if (p !== "default" && !exports.hasOwnProperty(p)) __createBinding(exports, m, p);
}
};
Object.defineProperty(exports, "__esModule", { value: true });

@@ -29,0 +29,0 @@ __exportStar(require("./ZoneContextManager"), exports);

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

/*!
* Copyright 2019, OpenTelemetry Authors
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* https://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
export declare const VERSION = "0.8.1";
export declare const VERSION = "0.8.2";
//# sourceMappingURL=version.d.ts.map
"use strict";
/*!
* Copyright 2019, OpenTelemetry Authors
/*
* Copyright 2020, OpenTelemetry Authors
*

@@ -20,3 +20,3 @@ * Licensed under the Apache License, Version 2.0 (the "License");

// this is autogenerated file, see scripts/version-update.js
exports.VERSION = '0.8.1';
exports.VERSION = '0.8.2';
//# sourceMappingURL=version.js.map
{
"name": "@opentelemetry/context-zone-peer-dep",
"version": "0.8.1",
"version": "0.8.2",
"description": "OpenTelemetry Context Zone with peer dependency for zone.js",

@@ -9,4 +9,4 @@ "main": "build/src/index.js",

"scripts": {
"lint": "gts check",
"lint:fix": "gts fix",
"lint": "eslint . --ext .ts",
"lint:fix": "eslint . --ext .ts --fix",
"clean": "rimraf build/*",

@@ -53,3 +53,3 @@ "codecov:browser": "nyc report --reporter=json && codecov -f coverage/*.json -p ../../",

"codecov": "^3.6.1",
"gts": "^1.1.0",
"gts": "^2.0.0",
"istanbul-instrumenter-loader": "^3.0.1",

@@ -69,4 +69,2 @@ "karma": "^5.0.5",

"ts-node": "^8.6.2",
"tslint-consistent-codestyle": "^1.16.0",
"tslint-microsoft-contrib": "^6.2.0",
"typescript": "^3.6.3",

@@ -78,3 +76,3 @@ "webpack": "^4.35.2",

"dependencies": {
"@opentelemetry/context-base": "^0.8.1"
"@opentelemetry/context-base": "^0.8.2"
},

@@ -81,0 +79,0 @@ "peerDependencies": {

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