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
14
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.7.0 to 0.8.0

1

build/src/instrumentation.js

@@ -22,2 +22,3 @@ "use strict";

const instrumentation_1 = require("@opentelemetry/instrumentation");
/** @knipignore */
const version_1 = require("./version");

@@ -24,0 +25,0 @@ const ELUS_LENGTH = 2;

2

build/src/version.d.ts

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

export declare const PACKAGE_VERSION = "0.7.0";
export declare const PACKAGE_VERSION = "0.8.0";
export declare const PACKAGE_NAME = "@opentelemetry/instrumentation-runtime-node";
//# sourceMappingURL=version.d.ts.map

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

// this is autogenerated file, see scripts/version-update.js
exports.PACKAGE_VERSION = '0.7.0';
exports.PACKAGE_VERSION = '0.8.0';
exports.PACKAGE_NAME = '@opentelemetry/instrumentation-runtime-node';
//# sourceMappingURL=version.js.map
{
"name": "@opentelemetry/instrumentation-runtime-node",
"version": "0.7.0",
"version": "0.8.0",
"description": "OpenTelemetry instrumentation for Node.js Performance measurement API",

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

"prepublishOnly": "npm run compile",
"test": "nyc ts-mocha -p tsconfig.json 'test/**/*.test.ts'",
"test": "nyc mocha 'test/**/*.test.ts'",
"version:update": "node ../../../scripts/version-update.js"

@@ -43,3 +43,3 @@ },

"dependencies": {
"@opentelemetry/instrumentation": "^0.53.0"
"@opentelemetry/instrumentation": "^0.54.0"
},

@@ -51,6 +51,4 @@ "devDependencies": {

"@types/node": "^20.11.2",
"mocha": "7.2.0",
"nyc": "^15.1.0",
"rimraf": "5.0.10",
"ts-mocha": "10.0.0",
"typescript": "4.4.4"

@@ -61,3 +59,3 @@ },

},
"gitHead": "9dc58afed8134f95908331bcff35c5d9ec46fe9a"
"gitHead": "7633caee19a7f04c5cc5e191d1ae7745ac3739f1"
}

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