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

@opentelemetry/instrumentation-runtime-node

Package Overview
Dependencies
Maintainers
3
Versions
12
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@opentelemetry/instrumentation-runtime-node - npm Package Compare versions

Comparing version 0.2.1 to 0.3.0

4

build/src/instrumentation.js

@@ -28,4 +28,4 @@ "use strict";

class RuntimeNodeInstrumentation extends instrumentation_1.InstrumentationBase {
constructor(config = DEFAULT_CONFIG) {
super('@opentelemetry/instrumentation-runtime-node', version_1.VERSION, config);
constructor(config = {}) {
super('@opentelemetry/instrumentation-runtime-node', version_1.VERSION, Object.assign({}, DEFAULT_CONFIG, config));
this._ELUs = [];

@@ -32,0 +32,0 @@ }

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

export declare const VERSION = "0.2.1";
export declare const VERSION = "0.3.0";
//# sourceMappingURL=version.d.ts.map

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

// this is autogenerated file, see scripts/version-update.js
exports.VERSION = '0.2.1';
exports.VERSION = '0.3.0';
//# sourceMappingURL=version.js.map
{
"name": "@opentelemetry/instrumentation-runtime-node",
"version": "0.2.1",
"version": "0.3.0",
"description": "OpenTelemetry Node.js Performance measurement API automatic instrumentation package",

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

"dependencies": {
"@opentelemetry/instrumentation": "^0.49.1"
"@opentelemetry/instrumentation": "^0.50.0"
},

@@ -59,3 +59,3 @@ "devDependencies": {

},
"gitHead": "9d19ca4103bc72bd42e28979fee19bd08d85b721"
"gitHead": "17a0bc1da3baa472ba9b867eee3c60730cc130fb"
}

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