Socket
Socket
Sign inDemoInstall

@opentelemetry/instrumentation-tedious

Package Overview
Dependencies
Maintainers
3
Versions
25
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.11.0 to 0.12.0

2

build/src/index.d.ts

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

import { TediousInstrumentation } from './instrumentation';
export * from './instrumentation';
export default TediousInstrumentation;
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.TediousInstrumentation;
__exportStar(require("./types"), exports);
//# sourceMappingURL=index.js.map

2

build/src/version.d.ts

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

export declare const PACKAGE_VERSION = "0.11.0";
export declare const PACKAGE_VERSION = "0.12.0";
export declare const PACKAGE_NAME = "@opentelemetry/instrumentation-tedious";
//# sourceMappingURL=version.d.ts.map

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

// this is autogenerated file, see scripts/version-update.js
exports.PACKAGE_VERSION = '0.11.0';
exports.PACKAGE_VERSION = '0.12.0';
exports.PACKAGE_NAME = '@opentelemetry/instrumentation-tedious';
//# sourceMappingURL=version.js.map
{
"name": "@opentelemetry/instrumentation-tedious",
"version": "0.11.0",
"version": "0.12.0",
"description": "OpenTelemetry instrumentation for `tedious` database client for Microsoft SQL Server",

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

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

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

- `>=1.11.0 <=17`
- [tedious](https://www.npmjs.com/package/tedious) `>=1.11.0 <18`

@@ -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

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