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

mercurius

Package Overview
Dependencies
Maintainers
2
Versions
116
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

mercurius - npm Package Compare versions

Comparing version 13.2.1 to 13.2.2

2

package.json
{
"name": "mercurius",
"version": "13.2.1",
"version": "13.2.2",
"description": "Fastify GraphQL adapter with subscription support",

@@ -5,0 +5,0 @@ "main": "index.js",

@@ -110,4 +110,4 @@ /* global React:false ReactDOM:false GraphiQL:false */

if (baseUrl !== 'graphiql') {
url = `${window.location.protocol}//${host}//${baseUrl}${window.GRAPHQL_ENDPOINT}`
subscriptionUrl = `${websocketProtocol}//${host}//${baseUrl}${window.GRAPHQL_ENDPOINT}`
url = `${window.location.protocol}//${host}/${baseUrl}${window.GRAPHQL_ENDPOINT}`
subscriptionUrl = `${websocketProtocol}//${host}/${baseUrl}${window.GRAPHQL_ENDPOINT}`
} else {

@@ -114,0 +114,0 @@ url = `${window.location.protocol}//${host}${window.GRAPHQL_ENDPOINT}`

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