Socket
Socket
Sign inDemoInstall

@opentelemetry/instrumentation-knex

Package Overview
Dependencies
Maintainers
3
Versions
32
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.37.0 to 0.38.0

2

build/src/constants.js

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

// use "lib/execution" for runner.js, "lib" for client.js as basepath, latest tested 0.95.6
'>=0.22.0',
'>=0.22.0 <4',
// use "lib" as basepath

@@ -25,0 +25,0 @@ '>=0.10.0 <0.18.0',

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

import { KnexInstrumentation } from './instrumentation';
export * from './instrumentation';
export default KnexInstrumentation;
export * from './types';
//# sourceMappingURL=index.d.ts.map

@@ -28,6 +28,4 @@ "use strict";

Object.defineProperty(exports, "__esModule", { value: true });
const instrumentation_1 = require("./instrumentation");
__exportStar(require("./instrumentation"), exports);
exports.default = instrumentation_1.KnexInstrumentation;
__exportStar(require("./types"), exports);
//# sourceMappingURL=index.js.map

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

export declare const PACKAGE_VERSION = "0.37.0";
export declare const PACKAGE_VERSION = "0.38.0";
export declare const PACKAGE_NAME = "@opentelemetry/instrumentation-knex";
//# sourceMappingURL=version.d.ts.map

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

// this is autogenerated file, see scripts/version-update.js
exports.PACKAGE_VERSION = '0.37.0';
exports.PACKAGE_VERSION = '0.38.0';
exports.PACKAGE_NAME = '@opentelemetry/instrumentation-knex';
//# sourceMappingURL=version.js.map
{
"name": "@opentelemetry/instrumentation-knex",
"version": "0.37.0",
"version": "0.38.0",
"description": "OpenTelemetry instrumentation for `knex` database SQL query builder",

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

"version:update": "node ../../../scripts/version-update.js",
"lint:readme": "node ../../../scripts/lint-readme",
"compile": "tsc -p .",

@@ -65,3 +66,3 @@ "prepublishOnly": "npm run compile",

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

@@ -20,3 +20,3 @@ # OpenTelemetry Knex Instrumentation for Node.js

- `>=0.10.0`
- [`knex`](https://www.npmjs.com/package/knex) versions `>=0.10.0 <4`

@@ -23,0 +23,0 @@ ## Usage

Sorry, the diff of this file is not supported yet

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