Socket
Socket
Sign inDemoInstall

@opentelemetry/instrumentation-graphql

Package Overview
Dependencies
Maintainers
3
Versions
46
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.36.0 to 0.36.1

2

build/src/utils.js

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

};
const span = tracer.startSpan(enum_1.SpanNames.RESOLVE, {
const span = tracer.startSpan(`${enum_1.SpanNames.RESOLVE} ${attributes[AttributeNames_1.AttributeNames.FIELD_PATH]}`, {
attributes,

@@ -86,0 +86,0 @@ }, parentSpan ? api.trace.setSpan(api.context.active(), parentSpan) : undefined);

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

export declare const VERSION = "0.36.0";
export declare const VERSION = "0.36.1";
//# sourceMappingURL=version.d.ts.map

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

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

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

"prewatch": "npm run precompile",
"prepare": "npm run compile",
"prepublishOnly": "npm run compile",
"test": "nyc ts-mocha -p tsconfig.json 'test/**/*.test.ts'",

@@ -57,3 +57,3 @@ "test-all-versions": "tav",

"rimraf": "5.0.5",
"test-all-versions": "5.0.1",
"test-all-versions": "6.0.0",
"ts-mocha": "10.0.0",

@@ -63,6 +63,6 @@ "typescript": "4.4.4"

"dependencies": {
"@opentelemetry/instrumentation": "^0.45.1"
"@opentelemetry/instrumentation": "^0.46.0"
},
"homepage": "https://github.com/open-telemetry/opentelemetry-js-contrib/tree/main/plugins/node/opentelemetry-instrumentation-graphql#readme",
"gitHead": "607d375595da3ab51b7f773ac360900121c4361b"
"gitHead": "90928231259bbbdf6980f184bc7420503048b77e"
}

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