Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@opentelemetry/node

Package Overview
Dependencies
Maintainers
4
Versions
153
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@opentelemetry/node - npm Package Compare versions

Comparing version 0.11.0 to 0.11.1-alpha.15

2

build/src/instrumentation/PluginLoader.js

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

if (!utils.isSupportedVersion(version, plugin.supportedVersions)) {
this.logger.error(`PluginLoader#load: Plugin ${name} only supports module ${plugin.moduleName} with the versions: ${plugin.supportedVersions}`);
this.logger.warn(`PluginLoader#load: Plugin ${name} only supports module ${plugin.moduleName} with the versions: ${plugin.supportedVersions}`);
return exports;

@@ -147,0 +147,0 @@ }

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

export declare const VERSION = "0.11.0";
export declare const VERSION = "0.11.1-alpha.15+e170039";
//# sourceMappingURL=version.d.ts.map

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

// this is autogenerated file, see scripts/version-update.js
exports.VERSION = '0.11.0';
exports.VERSION = '0.11.1-alpha.15+e170039';
//# sourceMappingURL=version.js.map
{
"name": "@opentelemetry/node",
"version": "0.11.0",
"version": "0.11.1-alpha.15+e170039",
"description": "OpenTelemetry Node SDK provides automatic telemetry (tracing, metrics, etc) for Node.js applications",

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

"@opentelemetry/context-base": "^0.11.0",
"@opentelemetry/resources": "^0.11.0",
"@opentelemetry/resources": "^0.11.1-alpha.15+e170039",
"@types/mocha": "8.0.2",

@@ -63,10 +63,10 @@ "@types/node": "14.0.27",

"dependencies": {
"@opentelemetry/api": "^0.11.0",
"@opentelemetry/api": "^0.11.1-alpha.15+e170039",
"@opentelemetry/context-async-hooks": "^0.11.0",
"@opentelemetry/core": "^0.11.0",
"@opentelemetry/tracing": "^0.11.0",
"@opentelemetry/core": "^0.11.1-alpha.15+e170039",
"@opentelemetry/tracing": "^0.11.1-alpha.15+e170039",
"require-in-the-middle": "^5.0.0",
"semver": "^7.1.3"
},
"gitHead": "15174c6647ab9863dfc1424412fa60f2fddb3351"
"gitHead": "e170039015e8a1a7419bb835a00659b2a734b8a6"
}

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