Socket
Socket
Sign inDemoInstall

@opentelemetry/instrumentation-mysql2

Package Overview
Dependencies
28
Maintainers
3
Versions
30
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.34.0 to 0.34.1

15

build/src/index.js

@@ -17,8 +17,17 @@ "use strict";

*/
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
if (k2 === undefined) k2 = k;
Object.defineProperty(o, k2, { enumerable: true, get: function() { return m[k]; } });
}) : (function(o, m, k, k2) {
if (k2 === undefined) k2 = k;
o[k2] = m[k];
}));
var __exportStar = (this && this.__exportStar) || function(m, exports) {
for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p);
};
Object.defineProperty(exports, "__esModule", { value: true });
const tslib_1 = require("tslib");
const instrumentation_1 = require("./instrumentation");
(0, tslib_1.__exportStar)(require("./instrumentation"), exports);
__exportStar(require("./instrumentation"), exports);
exports.default = instrumentation_1.MySQL2Instrumentation;
(0, tslib_1.__exportStar)(require("./types"), exports);
__exportStar(require("./types"), exports);
//# sourceMappingURL=index.js.map

2

build/src/version.d.ts

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

export declare const VERSION = "0.34.0";
export declare const VERSION = "0.34.1";
//# sourceMappingURL=version.d.ts.map

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

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

@@ -52,14 +52,13 @@ "main": "build/src/index.js",

"@opentelemetry/context-async-hooks": "^1.8.0",
"@opentelemetry/contrib-test-utils": "^0.34.0",
"@opentelemetry/contrib-test-utils": "^0.34.1",
"@opentelemetry/sdk-trace-base": "^1.8.0",
"@opentelemetry/sql-common": "^0.40.0",
"@types/mocha": "7.0.2",
"@types/mysql2": "github:types/mysql2",
"@types/node": "18.11.7",
"@types/semver": "7.3.8",
"@types/node": "18.16.19",
"@types/semver": "7.5.0",
"mocha": "7.2.0",
"mysql2": "2.3.0",
"mysql2": "2.3.3",
"nyc": "15.1.0",
"rimraf": "5.0.0",
"semver": "7.3.5",
"rimraf": "5.0.1",
"semver": "7.5.4",
"test-all-versions": "5.0.1",

@@ -70,8 +69,8 @@ "ts-mocha": "10.0.0",

"dependencies": {
"@opentelemetry/instrumentation": "^0.41.0",
"@opentelemetry/instrumentation": "^0.41.2",
"@opentelemetry/semantic-conventions": "^1.0.0",
"tslib": "^2.3.1"
"@opentelemetry/sql-common": "^0.40.0"
},
"homepage": "https://github.com/open-telemetry/opentelemetry-js-contrib/tree/main/plugins/node/opentelemetry-instrumentation-mysql2#readme",
"gitHead": "f81f8a76a8f0af2101c62dbc73cde442f875d833"
"gitHead": "b3d30afe7376760d211b20c4fb45988ac58c1d85"
}

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

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc