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

@opentelemetry/instrumentation-mysql

Package Overview
Dependencies
Maintainers
2
Versions
37
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@opentelemetry/instrumentation-mysql - npm Package Compare versions

Comparing version 0.33.0 to 0.33.1

2

build/src/utils.d.ts
import { SpanAttributes } from '@opentelemetry/api';
import type { ConnectionConfig, PoolActualConfig, Query, QueryOptions } from 'mysql';
import * as mysqlTypes from 'mysql';
import type * as mysqlTypes from 'mysql';
/**

@@ -5,0 +5,0 @@ * Get an SpanAttributes map from a mysql connection config object

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

export declare const VERSION = "0.33.0";
export declare const VERSION = "0.33.1";
//# sourceMappingURL=version.d.ts.map

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

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

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

"@opentelemetry/context-async-hooks": "^1.8.0",
"@opentelemetry/contrib-test-utils": "^0.33.1",
"@opentelemetry/contrib-test-utils": "^0.33.2",
"@opentelemetry/sdk-metrics": "^1.8.0",

@@ -60,4 +60,5 @@ "@opentelemetry/sdk-trace-base": "^1.8.0",

"mocha": "7.2.0",
"mysql": "2.18.1",
"nyc": "15.1.0",
"rimraf": "3.0.2",
"rimraf": "4.2.0",
"sinon": "15.0.1",

@@ -68,9 +69,8 @@ "ts-mocha": "10.0.0",

"dependencies": {
"@opentelemetry/instrumentation": "^0.35.1",
"@opentelemetry/instrumentation": "^0.38.0",
"@opentelemetry/semantic-conventions": "^1.0.0",
"@types/mysql": "2.15.19",
"mysql": "2.18.1"
"@types/mysql": "2.15.19"
},
"homepage": "https://github.com/open-telemetry/opentelemetry-js-contrib/tree/main/plugins/node/opentelemetry-instrumentation-mysql#readme",
"gitHead": "63e0fc9b6b862f74304abf0343c506a5bd415191"
"gitHead": "f7183016487c876829abce6437bbe71f76b7538e"
}
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