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

@opentelemetry/instrumentation-knex

Package Overview
Dependencies
Maintainers
3
Versions
33
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@opentelemetry/instrumentation-knex - npm Package Compare versions

Comparing version 0.36.0 to 0.36.1

4

build/src/instrumentation.js

@@ -53,4 +53,3 @@ "use strict";

return Client;
}, (Client, moduleVersion) => {
api.diag.debug(`Removing ${basePath}/client.js patch for ${constants.MODULE_NAME}@${moduleVersion}`);
}, (Client) => {
this._unwrap(Client.prototype, 'queryBuilder');

@@ -90,2 +89,3 @@ this._unwrap(Client.prototype, 'schemaBuilder');

const span = instrumentation.tracer.startSpan(utils.getName(name, operation, table), {
kind: api.SpanKind.CLIENT,
attributes,

@@ -92,0 +92,0 @@ }, parent);

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

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

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

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

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

"homepage": "https://github.com/open-telemetry/opentelemetry-js-contrib/tree/main/plugins/node/opentelemetry-instrumentation-knex#readme",
"gitHead": "96a87b48934f0afcf1fe637eed6704f35bd8e973"
"gitHead": "a2e2b5a1aa2910b903829d215184c43d2107b9ac"
}

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