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

@opentelemetry/instrumentation-tedious

Package Overview
Dependencies
Maintainers
3
Versions
26
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@opentelemetry/instrumentation-tedious - npm Package Compare versions

Comparing version 0.9.0 to 0.10.0

5

build/src/instrumentation.d.ts
import { InstrumentationBase, InstrumentationNodeModuleDefinition } from '@opentelemetry/instrumentation';
import type * as tedious from 'tedious';
import { TediousInstrumentationConfig } from './types';
export declare class TediousInstrumentation extends InstrumentationBase<typeof tedious> {
export declare class TediousInstrumentation extends InstrumentationBase {
static readonly COMPONENT = "tedious";
constructor(config?: TediousInstrumentationConfig);
protected init(): InstrumentationNodeModuleDefinition<typeof tedious>[];
protected init(): InstrumentationNodeModuleDefinition[];
private _patchConnect;

@@ -9,0 +8,0 @@ private _patchQuery;

3

build/src/instrumentation.js

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

return [
new instrumentation_1.InstrumentationNodeModuleDefinition(TediousInstrumentation.COMPONENT, ['>=1.11.0 <=15'], (moduleExports, moduleVersion) => {
this._diag.debug(`Patching tedious@${moduleVersion}`);
new instrumentation_1.InstrumentationNodeModuleDefinition(TediousInstrumentation.COMPONENT, ['>=1.11.0 <=15'], (moduleExports) => {
const ConnectionPrototype = moduleExports.Connection.prototype;

@@ -50,0 +49,0 @@ for (const method of PATCHED_METHODS) {

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

export declare const VERSION = "0.9.0";
export declare const VERSION = "0.10.0";
//# sourceMappingURL=version.d.ts.map

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

// this is autogenerated file, see scripts/version-update.js
exports.VERSION = '0.9.0';
exports.VERSION = '0.10.0';
//# sourceMappingURL=version.js.map
{
"name": "@opentelemetry/instrumentation-tedious",
"version": "0.9.0",
"version": "0.10.0",
"description": "OpenTelemetry instrumentation for `tedious`",

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

"@opentelemetry/context-async-hooks": "^1.8.0",
"@opentelemetry/contrib-test-utils": "^0.38.0",
"@opentelemetry/contrib-test-utils": "^0.39.0",
"@opentelemetry/sdk-trace-base": "^1.8.0",

@@ -66,3 +66,3 @@ "@types/mocha": "7.0.2",

"dependencies": {
"@opentelemetry/instrumentation": "^0.50.0",
"@opentelemetry/instrumentation": "^0.51.0",
"@opentelemetry/semantic-conventions": "^1.0.0",

@@ -72,3 +72,3 @@ "@types/tedious": "^4.0.10"

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

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