Socket
Socket
Sign inDemoInstall

@opentelemetry/sdk-trace-web

Package Overview
Dependencies
Maintainers
2
Versions
58
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@opentelemetry/sdk-trace-web - npm Package Compare versions

Comparing version 1.8.0 to 1.9.0

2

build/esm/version.d.ts

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

export declare const VERSION = "1.8.0";
export declare const VERSION = "1.9.0";
//# sourceMappingURL=version.d.ts.map

@@ -17,3 +17,3 @@ /*

// this is autogenerated file, see scripts/version-update.js
export var VERSION = '1.8.0';
export var VERSION = '1.9.0';
//# sourceMappingURL=version.js.map

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

export declare const VERSION = "1.8.0";
export declare const VERSION = "1.9.0";
//# sourceMappingURL=version.d.ts.map

@@ -17,3 +17,3 @@ /*

// this is autogenerated file, see scripts/version-update.js
export const VERSION = '1.8.0';
export const VERSION = '1.9.0';
//# sourceMappingURL=version.js.map

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

export declare const VERSION = "1.8.0";
export declare const VERSION = "1.9.0";
//# sourceMappingURL=version.d.ts.map

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

// this is autogenerated file, see scripts/version-update.js
exports.VERSION = '1.8.0';
exports.VERSION = '1.9.0';
//# sourceMappingURL=version.js.map
{
"name": "@opentelemetry/sdk-trace-web",
"version": "1.8.0",
"version": "1.9.0",
"description": "OpenTelemetry Web Tracer",

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

"prepublishOnly": "npm run compile",
"compile": "tsc --build tsconfig.all.json",
"clean": "tsc --build --clean tsconfig.all.json",
"compile": "tsc --build tsconfig.json tsconfig.esm.json tsconfig.esnext.json",
"clean": "tsc --build --clean tsconfig.json tsconfig.esm.json tsconfig.esnext.json",
"lint": "eslint . --ext .ts",

@@ -23,3 +23,3 @@ "lint:fix": "eslint . --ext .ts --fix",

"test:webworker": "nyc karma start karma.worker.js --single-run",
"watch": "tsc --build --watch tsconfig.all.json",
"watch": "tsc --build --watch tsconfig.json tsconfig.esm.json tsconfig.esnext.json",
"precompile": "lerna run version --scope $(npm pkg get name) --include-dependencies",

@@ -61,6 +61,6 @@ "prewatch": "npm run precompile",

"@babel/core": "7.16.0",
"@opentelemetry/api": ">=1.0.0 <1.4.0",
"@opentelemetry/context-zone": "1.8.0",
"@opentelemetry/propagator-b3": "1.8.0",
"@opentelemetry/resources": "1.8.0",
"@opentelemetry/api": ">=1.0.0 <1.5.0",
"@opentelemetry/context-zone": "1.9.0",
"@opentelemetry/propagator-b3": "1.9.0",
"@opentelemetry/resources": "1.9.0",
"@types/jquery": "3.5.8",

@@ -85,3 +85,3 @@ "@types/mocha": "10.0.0",

"rimraf": "3.0.2",
"sinon": "14.0.0",
"sinon": "15.0.0",
"ts-loader": "8.4.0",

@@ -95,12 +95,12 @@ "ts-mocha": "10.0.0",

"peerDependencies": {
"@opentelemetry/api": ">=1.0.0 <1.4.0"
"@opentelemetry/api": ">=1.0.0 <1.5.0"
},
"dependencies": {
"@opentelemetry/core": "1.8.0",
"@opentelemetry/sdk-trace-base": "1.8.0",
"@opentelemetry/semantic-conventions": "1.8.0"
"@opentelemetry/core": "1.9.0",
"@opentelemetry/sdk-trace-base": "1.9.0",
"@opentelemetry/semantic-conventions": "1.9.0"
},
"homepage": "https://github.com/open-telemetry/opentelemetry-js/tree/main/packages/opentelemetry-sdk-trace-web",
"sideEffects": false,
"gitHead": "7972edf6659fb6e0d5928a5cf7a35f26683e168f"
"gitHead": "08f597f3a3d71a4852b0afbba120af15ca038121"
}

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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