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

@opentelemetry/instrumentation-mongodb

Package Overview
Dependencies
Maintainers
3
Versions
43
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@opentelemetry/instrumentation-mongodb - npm Package Compare versions

Comparing version 0.47.0 to 0.48.0

1

build/src/instrumentation.js

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

const internal_types_1 = require("./internal-types");
/** @knipignore */
const version_1 = require("./version");

@@ -25,0 +26,0 @@ /** mongodb instrumentation plugin for OpenTelemetry */

2

build/src/version.d.ts

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

export declare const PACKAGE_VERSION = "0.47.0";
export declare const PACKAGE_VERSION = "0.48.0";
export declare const PACKAGE_NAME = "@opentelemetry/instrumentation-mongodb";
//# sourceMappingURL=version.d.ts.map

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

// this is autogenerated file, see scripts/version-update.js
exports.PACKAGE_VERSION = '0.47.0';
exports.PACKAGE_VERSION = '0.48.0';
exports.PACKAGE_NAME = '@opentelemetry/instrumentation-mongodb';
//# sourceMappingURL=version.js.map
{
"name": "@opentelemetry/instrumentation-mongodb",
"version": "0.47.0",
"version": "0.48.0",
"description": "OpenTelemetry instrumentation for `mongodb` database client for MongoDB",

@@ -11,5 +11,5 @@ "main": "build/src/index.js",

"test": "npm run test-v5-v6",
"test-v3": "nyc ts-mocha -p tsconfig.json --require '@opentelemetry/contrib-test-utils' 'test/**/mongodb-v3.test.ts'",
"test-v4": "nyc ts-mocha -p tsconfig.json --require '@opentelemetry/contrib-test-utils' 'test/mongodb-v4-v5-v6.metrics.test.ts' 'test/**/mongodb-v4.test.ts'",
"test-v5-v6": "nyc ts-mocha -p tsconfig.json --require '@opentelemetry/contrib-test-utils' 'test/mongodb-v4-v5-v6.metrics.test.ts' 'test/**/mongodb-v5-v6.test.ts'",
"test-v3": "nyc mocha --require '@opentelemetry/contrib-test-utils' 'test/**/mongodb-v3.test.ts'",
"test-v4": "nyc mocha --require '@opentelemetry/contrib-test-utils' 'test/mongodb-v4-v5-v6.metrics.test.ts' 'test/**/mongodb-v4.test.ts'",
"test-v5-v6": "nyc mocha --require '@opentelemetry/contrib-test-utils' 'test/mongodb-v4-v5-v6.metrics.test.ts' 'test/**/mongodb-v5-v6.test.ts'",
"test-all-versions": "tav",

@@ -55,3 +55,4 @@ "tdd": "npm run test -- --watch-extensions ts --watch",

"@opentelemetry/context-async-hooks": "^1.8.0",
"@opentelemetry/contrib-test-utils": "^0.41.0",
"@opentelemetry/contrib-test-utils": "^0.42.0",
"@opentelemetry/sdk-metrics": "^1.9.1",
"@opentelemetry/sdk-trace-base": "^1.8.0",

@@ -61,4 +62,3 @@ "@opentelemetry/sdk-trace-node": "^1.8.0",

"@types/mocha": "7.0.2",
"@types/node": "18.6.5",
"mocha": "7.2.0",
"@types/node": "18.18.14",
"mongodb": "6.8.0",

@@ -68,12 +68,10 @@ "nyc": "15.1.0",

"test-all-versions": "6.1.0",
"ts-mocha": "10.0.0",
"typescript": "4.4.4"
},
"dependencies": {
"@opentelemetry/instrumentation": "^0.53.0",
"@opentelemetry/sdk-metrics": "^1.9.1",
"@opentelemetry/instrumentation": "^0.54.0",
"@opentelemetry/semantic-conventions": "^1.27.0"
},
"homepage": "https://github.com/open-telemetry/opentelemetry-js-contrib/tree/main/plugins/node/opentelemetry-instrumentation-mongodb#readme",
"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