New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@appsignal/apollo-server

Package Overview
Dependencies
Maintainers
9
Versions
45
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@appsignal/apollo-server - npm Package Compare versions

Comparing version 1.0.25 to 1.0.26

2

dist/index.js

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

// being defined, the default is used anyway
rootSpan.setName(operationName);
rootSpan.setName(operationName !== null && operationName !== void 0 ? operationName : `[unknown graphql query]`);
},

@@ -18,0 +18,0 @@ executionDidStart: ({ request }) => {

{
"name": "@appsignal/apollo-server",
"version": "1.0.25",
"version": "1.0.26",
"main": "dist/index",

@@ -13,3 +13,3 @@ "types": "dist/index",

"dependencies": {
"@appsignal/nodejs": "=2.3.2",
"@appsignal/nodejs": "=2.3.3",
"apollo-server-plugin-base": "^0.10.3",

@@ -16,0 +16,0 @@ "tslib": "^2.0.3"

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