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

@opentelemetry/instrumentation-graphql

Package Overview
Dependencies
Maintainers
3
Versions
47
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@opentelemetry/instrumentation-graphql - npm Package Compare versions

Comparing version 0.34.1 to 0.34.2

2

build/src/instrumentation.js

@@ -142,2 +142,4 @@ "use strict";

this._executeResponseHook(span, resultData);
}, error => {
(0, utils_1.endSpan)(span, error);
});

@@ -144,0 +146,0 @@ }

2

build/src/version.d.ts

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

export declare const VERSION = "0.34.1";
export declare const VERSION = "0.34.2";
//# sourceMappingURL=version.d.ts.map

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

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

@@ -56,6 +56,5 @@ "main": "build/src/index.js",

"graphql": "^16.5.0",
"gts": "3.1.0",
"mocha": "7.2.0",
"nyc": "15.1.0",
"rimraf": "4.2.0",
"rimraf": "5.0.0",
"test-all-versions": "5.0.1",

@@ -66,6 +65,6 @@ "ts-mocha": "10.0.0",

"dependencies": {
"@opentelemetry/instrumentation": "^0.38.0"
"@opentelemetry/instrumentation": "^0.39.1"
},
"homepage": "https://github.com/open-telemetry/opentelemetry-js-contrib/tree/main/plugins/node/opentelemetry-instrumentation-graphql#readme",
"gitHead": "f7183016487c876829abce6437bbe71f76b7538e"
"gitHead": "418b6f6d471b4b38507e8c6ef2916bee31ed2001"
}

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