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

@opentelemetry/instrumentation-mongodb

Package Overview
Dependencies
Maintainers
2
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.32.1 to 0.32.2

2

build/src/index.d.ts
export * from './instrumentation';
export { MongoDBInstrumentationConfig, MongoDBInstrumentationExecutionResponseHook, MongoResponseHookInformation, } from './types';
export * from './types';
//# sourceMappingURL=index.d.ts.map

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

__exportStar(require("./instrumentation"), exports);
__exportStar(require("./types"), exports);
//# sourceMappingURL=index.js.map

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

span.setAttributes({
[semantic_conventions_1.SemanticAttributes.NET_HOST_NAME]: host,
[semantic_conventions_1.SemanticAttributes.NET_HOST_PORT]: port,
[semantic_conventions_1.SemanticAttributes.NET_PEER_NAME]: host,
[semantic_conventions_1.SemanticAttributes.NET_PEER_PORT]: port,
});

@@ -363,0 +363,0 @@ }

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

export declare const VERSION = "0.32.1";
export declare const VERSION = "0.32.2";
//# sourceMappingURL=version.d.ts.map

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

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

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

"@types/mongodb": "3.6.20",
"@types/node": "16.11.21",
"@types/node": "18.11.7",
"gts": "3.1.0",

@@ -76,3 +76,3 @@ "mocha": "7.2.0",

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

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