Socket
Socket
Sign inDemoInstall

@opentelemetry/core

Package Overview
Dependencies
Maintainers
3
Versions
172
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@opentelemetry/core - npm Package Compare versions

Comparing version 1.21.0 to 1.22.0

5

build/esm/platform/browser/sdk-info.d.ts
/** Constants describing the SDK in use */
export declare const SDK_INFO: {
[x: string]: string;
"telemetry.sdk.name": string;
"process.runtime.name": string;
"telemetry.sdk.language": "webjs";
"telemetry.sdk.version": string;
};
//# sourceMappingURL=sdk-info.d.ts.map
/** Constants describing the SDK in use */
export declare const SDK_INFO: {
[x: string]: string;
"telemetry.sdk.name": string;
"process.runtime.name": string;
"telemetry.sdk.language": "nodejs";
"telemetry.sdk.version": string;
};
//# sourceMappingURL=sdk-info.d.ts.map

2

build/esm/version.d.ts

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

export declare const VERSION = "1.21.0";
export declare const VERSION = "1.22.0";
//# sourceMappingURL=version.d.ts.map

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

// this is autogenerated file, see scripts/version-update.js
export var VERSION = '1.21.0';
export var VERSION = '1.22.0';
//# sourceMappingURL=version.js.map
/** Constants describing the SDK in use */
export declare const SDK_INFO: {
[x: string]: string;
"telemetry.sdk.name": string;
"process.runtime.name": string;
"telemetry.sdk.language": "webjs";
"telemetry.sdk.version": string;
};
//# sourceMappingURL=sdk-info.d.ts.map
/** Constants describing the SDK in use */
export declare const SDK_INFO: {
[x: string]: string;
"telemetry.sdk.name": string;
"process.runtime.name": string;
"telemetry.sdk.language": "nodejs";
"telemetry.sdk.version": string;
};
//# sourceMappingURL=sdk-info.d.ts.map

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

export declare const VERSION = "1.21.0";
export declare const VERSION = "1.22.0";
//# sourceMappingURL=version.d.ts.map

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

// this is autogenerated file, see scripts/version-update.js
export const VERSION = '1.21.0';
export const VERSION = '1.22.0';
//# sourceMappingURL=version.js.map
/** Constants describing the SDK in use */
export declare const SDK_INFO: {
[x: string]: string;
"telemetry.sdk.name": string;
"process.runtime.name": string;
"telemetry.sdk.language": "webjs";
"telemetry.sdk.version": string;
};
//# sourceMappingURL=sdk-info.d.ts.map
/** Constants describing the SDK in use */
export declare const SDK_INFO: {
[x: string]: string;
"telemetry.sdk.name": string;
"process.runtime.name": string;
"telemetry.sdk.language": "nodejs";
"telemetry.sdk.version": string;
};
//# sourceMappingURL=sdk-info.d.ts.map

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

export declare const VERSION = "1.21.0";
export declare const VERSION = "1.22.0";
//# sourceMappingURL=version.d.ts.map

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

// this is autogenerated file, see scripts/version-update.js
exports.VERSION = '1.21.0';
exports.VERSION = '1.22.0';
//# sourceMappingURL=version.js.map
{
"name": "@opentelemetry/core",
"version": "1.21.0",
"version": "1.22.0",
"description": "OpenTelemetry Core provides constants and utilities shared by all OpenTelemetry SDK packages.",

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

"devDependencies": {
"@opentelemetry/api": ">=1.0.0 <1.8.0",
"@opentelemetry/api": ">=1.0.0 <1.9.0",
"@types/mocha": "10.0.6",

@@ -92,10 +92,10 @@ "@types/node": "18.6.5",

"peerDependencies": {
"@opentelemetry/api": ">=1.0.0 <1.8.0"
"@opentelemetry/api": ">=1.0.0 <1.9.0"
},
"dependencies": {
"@opentelemetry/semantic-conventions": "1.21.0"
"@opentelemetry/semantic-conventions": "1.22.0"
},
"homepage": "https://github.com/open-telemetry/opentelemetry-js/tree/main/packages/opentelemetry-core",
"sideEffects": false,
"gitHead": "828f2ed730e4d26d71f92e220f96b60a552a673a"
"gitHead": "7be35c7845e206b27b682e8ce1cee850b09cec04"
}

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