🚀 Big News:Socket Has Acquired Secure Annex.Learn More
Socket
Book a DemoSign in
Socket

@opentelemetry/sdk-trace-node

Package Overview
Dependencies
Maintainers
2
Versions
77
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

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

Comparing version
2.4.0
to
2.5.0
+1
-1
build/src/version.d.ts

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

export declare const VERSION = "2.4.0";
export declare const VERSION = "2.5.0";
//# sourceMappingURL=version.d.ts.map

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

// this is autogenerated file, see scripts/version-update.js
exports.VERSION = '2.4.0';
exports.VERSION = '2.5.0';
//# sourceMappingURL=version.js.map

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

{"version":3,"file":"version.js","sourceRoot":"","sources":["../../src/version.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;;;;GAcG;;;AAEH,4DAA4D;AAC/C,QAAA,OAAO,GAAG,OAAO,CAAC","sourcesContent":["/*\n * Copyright The OpenTelemetry Authors\n *\n * Licensed under the Apache License, Version 2.0 (the \"License\");\n * you may not use this file except in compliance with the License.\n * You may obtain a copy of the License at\n *\n * https://www.apache.org/licenses/LICENSE-2.0\n *\n * Unless required by applicable law or agreed to in writing, software\n * distributed under the License is distributed on an \"AS IS\" BASIS,\n * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\n * See the License for the specific language governing permissions and\n * limitations under the License.\n */\n\n// this is autogenerated file, see scripts/version-update.js\nexport const VERSION = '2.4.0';\n"]}
{"version":3,"file":"version.js","sourceRoot":"","sources":["../../src/version.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;;;;GAcG;;;AAEH,4DAA4D;AAC/C,QAAA,OAAO,GAAG,OAAO,CAAC","sourcesContent":["/*\n * Copyright The OpenTelemetry Authors\n *\n * Licensed under the Apache License, Version 2.0 (the \"License\");\n * you may not use this file except in compliance with the License.\n * You may obtain a copy of the License at\n *\n * https://www.apache.org/licenses/LICENSE-2.0\n *\n * Unless required by applicable law or agreed to in writing, software\n * distributed under the License is distributed on an \"AS IS\" BASIS,\n * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\n * See the License for the specific language governing permissions and\n * limitations under the License.\n */\n\n// this is autogenerated file, see scripts/version-update.js\nexport const VERSION = '2.5.0';\n"]}
{
"name": "@opentelemetry/sdk-trace-node",
"version": "2.4.0",
"version": "2.5.0",
"description": "OpenTelemetry Node SDK provides automatic telemetry (tracing, metrics, etc) for Node.js applications",

@@ -48,6 +48,6 @@ "main": "build/src/index.js",

"@opentelemetry/api": ">=1.0.0 <1.10.0",
"@opentelemetry/resources": "2.4.0",
"@opentelemetry/resources": "2.5.0",
"@opentelemetry/semantic-conventions": "^1.29.0",
"@types/mocha": "10.0.10",
"@types/node": "18.6.5",
"@types/node": "18.19.130",
"@types/sinon": "17.0.4",

@@ -63,9 +63,9 @@ "mocha": "11.7.5",

"dependencies": {
"@opentelemetry/context-async-hooks": "2.4.0",
"@opentelemetry/core": "2.4.0",
"@opentelemetry/sdk-trace-base": "2.4.0"
"@opentelemetry/context-async-hooks": "2.5.0",
"@opentelemetry/core": "2.5.0",
"@opentelemetry/sdk-trace-base": "2.5.0"
},
"homepage": "https://github.com/open-telemetry/opentelemetry-js/tree/main/packages/opentelemetry-sdk-trace-node",
"sideEffects": false,
"gitHead": "5e6504d2a3a7ce3aaa211d9e2a5b002a0e4d7da1"
"gitHead": "38924cbff2a6e924ce8a2a227d3a72de52fbcd35"
}