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.36.1 to 0.37.0

4

build/src/types.d.ts

@@ -47,6 +47,2 @@ import { InstrumentationConfig } from '@opentelemetry/instrumentation';

}
export declare type V4Connection = {
id: number | '<monitor>';
command(ns: any, cmd: Document, options: undefined | unknown, callback: any): void;
};
//# sourceMappingURL=types.d.ts.map

2

build/src/version.d.ts

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

export declare const VERSION = "0.36.1";
export declare const VERSION = "0.37.0";
//# sourceMappingURL=version.d.ts.map

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

// this is autogenerated file, see scripts/version-update.js
exports.VERSION = '0.36.1';
exports.VERSION = '0.37.0';
//# sourceMappingURL=version.js.map
{
"name": "@opentelemetry/instrumentation-mongodb",
"version": "0.36.1",
"version": "0.37.0",
"description": "OpenTelemetry mongodb automatic instrumentation package.",

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

"@types/mongodb": "3.6.20",
"@types/node": "18.16.19",
"@types/node": "18.6.5",
"mocha": "7.2.0",

@@ -79,3 +79,3 @@ "mongodb": "3.6.11",

"homepage": "https://github.com/open-telemetry/opentelemetry-js-contrib/tree/main/plugins/node/opentelemetry-instrumentation-mongodb#readme",
"gitHead": "b3d30afe7376760d211b20c4fb45988ac58c1d85"
"gitHead": "d1436eb7e4543d92e23cb1ceff15bf5cf6c3c65c"
}

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