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.1-alpha.15 to 0.11.1-alpha.35

1

build/src/config.js

@@ -34,3 +34,4 @@ "use strict";

koa: { enabled: true, path: '@opentelemetry/koa-instrumentation' },
dns: { enabled: true, path: '@opentelemetry/plugin-dns' },
};
//# sourceMappingURL=config.js.map

2

build/src/version.d.ts

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

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

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

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

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

"compile": "npm run version:update && tsc -p .",
"prepare": "npm run compile"
"prepare": "npm run compile",
"watch": "tsc -w"
},

@@ -47,3 +48,3 @@ "keywords": [

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

@@ -64,10 +65,10 @@ "@types/node": "14.0.27",

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

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