🚀 Big News: Socket Acquires Coana to Bring Reachability Analysis to Every Appsec Team.Learn more
Socket
Book a DemoInstallSign in
Socket

@opentelemetry/core

Package Overview
Dependencies
Maintainers
3
Versions
182
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

to
1.29.0

2

build/esm/common/time.js

@@ -100,3 +100,3 @@ /*

var tmp = "" + '0'.repeat(precision) + time[1] + "Z";
var nanoString = tmp.substr(tmp.length - precision - 1);
var nanoString = tmp.substring(tmp.length - precision - 1);
var date = new Date(time[0] * 1000).toISOString();

@@ -103,0 +103,0 @@ return date.replace('000Z', nanoString);

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

export declare const VERSION = "1.28.0";
export declare const VERSION = "1.29.0";
//# sourceMappingURL=version.d.ts.map

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

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

@@ -100,3 +100,3 @@ /*

const tmp = `${'0'.repeat(precision)}${time[1]}Z`;
const nanoString = tmp.substr(tmp.length - precision - 1);
const nanoString = tmp.substring(tmp.length - precision - 1);
const date = new Date(time[0] * 1000).toISOString();

@@ -103,0 +103,0 @@ return date.replace('000Z', nanoString);

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

export declare const VERSION = "1.28.0";
export declare const VERSION = "1.29.0";
//# sourceMappingURL=version.d.ts.map

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

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

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

const tmp = `${'0'.repeat(precision)}${time[1]}Z`;
const nanoString = tmp.substr(tmp.length - precision - 1);
const nanoString = tmp.substring(tmp.length - precision - 1);
const date = new Date(time[0] * 1000).toISOString();

@@ -111,0 +111,0 @@ return date.replace('000Z', nanoString);

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

export declare const VERSION = "1.28.0";
export declare const VERSION = "1.29.0";
//# sourceMappingURL=version.d.ts.map

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

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

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

"@opentelemetry/api": ">=1.0.0 <1.10.0",
"@types/mocha": "10.0.9",
"@types/mocha": "10.0.10",
"@types/node": "18.6.5",

@@ -92,7 +92,7 @@ "@types/sinon": "17.0.3",

"dependencies": {
"@opentelemetry/semantic-conventions": "1.27.0"
"@opentelemetry/semantic-conventions": "1.28.0"
},
"homepage": "https://github.com/open-telemetry/opentelemetry-js/tree/main/packages/opentelemetry-core",
"sideEffects": false,
"gitHead": "4b1ad3fda0cde58907e30fab25c3c767546708e5"
"gitHead": "85dcbc7c55f002837f1bf1bf01145dbb34a55b40"
}

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