Socket
Socket
Sign inDemoInstall

@opentelemetry/instrumentation-dataloader

Package Overview
Dependencies
Maintainers
3
Versions
20
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@opentelemetry/instrumentation-dataloader - npm Package Compare versions

Comparing version 0.9.0 to 0.10.0

2

build/src/instrumentation.d.ts

@@ -7,3 +7,3 @@ import { InstrumentationBase, InstrumentationNodeModuleDefinition } from '@opentelemetry/instrumentation';

getConfig(): DataloaderInstrumentationConfig;
setConfig(config: DataloaderInstrumentationConfig): void;
setConfig(config?: DataloaderInstrumentationConfig): void;
private shouldCreateSpans;

@@ -10,0 +10,0 @@ private getSpanName;

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

constructor(config = {}) {
super('@opentelemetry/instrumentation-dataloader', version_1.VERSION, config);
super(version_1.PACKAGE_NAME, version_1.PACKAGE_VERSION, config);
}

@@ -47,3 +47,3 @@ init() {

}
setConfig(config) {
setConfig(config = {}) {
this._config = config;

@@ -50,0 +50,0 @@ }

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

export declare const VERSION = "0.9.0";
export declare const PACKAGE_VERSION = "0.10.0";
export declare const PACKAGE_NAME = "@opentelemetry/instrumentation-dataloader";
//# sourceMappingURL=version.d.ts.map

@@ -18,5 +18,6 @@ "use strict";

Object.defineProperty(exports, "__esModule", { value: true });
exports.VERSION = void 0;
exports.PACKAGE_NAME = exports.PACKAGE_VERSION = void 0;
// this is autogenerated file, see scripts/version-update.js
exports.VERSION = '0.9.0';
exports.PACKAGE_VERSION = '0.10.0';
exports.PACKAGE_NAME = '@opentelemetry/instrumentation-dataloader';
//# sourceMappingURL=version.js.map
{
"name": "@opentelemetry/instrumentation-dataloader",
"version": "0.9.0",
"description": "OpenTelemetry instrumentation for dataloader",
"version": "0.10.0",
"description": "OpenTelemetry instrumentation for `dataloader` data fetching layer",
"main": "build/src/index.js",

@@ -61,6 +61,6 @@ "types": "build/src/index.d.ts",

"dependencies": {
"@opentelemetry/instrumentation": "^0.51.0"
"@opentelemetry/instrumentation": "^0.52.0"
},
"homepage": "https://github.com/open-telemetry/opentelemetry-js-contrib/tree/main/plugins/node/instrumentation-dataloader#readme",
"gitHead": "96a87b48934f0afcf1fe637eed6704f35bd8e973"
"gitHead": "0af1b70f7c3c9763c85ac51fa5e334c1e1512020"
}

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