Socket
Socket
Sign inDemoInstall

graphql-ws

Package Overview
Dependencies
Maintainers
1
Versions
103
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

graphql-ws - npm Package Compare versions

Comparing version 5.11.0 to 5.11.1

2

lib/server.js

@@ -241,5 +241,5 @@ "use strict";

const subscription = ctx.subscriptions[message.id];
delete ctx.subscriptions[message.id]; // deleting the subscription means no further activity should take place
if ((0, utils_1.isAsyncGenerator)(subscription))
await subscription.return(undefined);
delete ctx.subscriptions[message.id]; // deleting the subscription means no further activity should take place
return;

@@ -246,0 +246,0 @@ }

{
"name": "graphql-ws",
"version": "5.11.0",
"version": "5.11.1",
"description": "Coherent, zero-dependency, lazy, simple, GraphQL over WebSocket Protocol compliant server and client",

@@ -5,0 +5,0 @@ "keywords": [

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