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.6.0 to 0.6.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.TediousInstrumentation;
(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.6.0";
export declare const VERSION = "0.6.1";
//# sourceMappingURL=version.d.ts.map

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

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

@@ -52,9 +52,9 @@ "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",
"@types/mocha": "7.0.2",
"@types/node": "18.11.7",
"@types/node": "18.16.19",
"mocha": "7.2.0",
"nyc": "15.1.0",
"rimraf": "5.0.0",
"rimraf": "5.0.1",
"tedious": "14.1.0",

@@ -66,9 +66,8 @@ "test-all-versions": "5.0.1",

"dependencies": {
"@opentelemetry/instrumentation": "^0.41.0",
"@opentelemetry/instrumentation": "^0.41.2",
"@opentelemetry/semantic-conventions": "^1.0.0",
"@types/tedious": "^4.0.6",
"tslib": "^2.3.1"
"@types/tedious": "^4.0.6"
},
"homepage": "https://github.com/open-telemetry/opentelemetry-js-contrib/tree/main/plugins/node/instrumentation-tedious#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
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc