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

@4c/graphql-subscription-server

Package Overview
Dependencies
Maintainers
4
Versions
30
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@4c/graphql-subscription-server - npm Package Compare versions

Comparing version 3.0.2 to 3.0.3

2

package.json
{
"name": "@4c/graphql-subscription-server",
"version": "3.0.2",
"version": "3.0.3",
"author": {

@@ -5,0 +5,0 @@ "name": "4Catalyzer"

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

const clientId = socket.id;
this.log('debug', 'SubscriptionServer: new socket connection', {
this.log('debug', 'new socket connection', {
clientId,

@@ -48,3 +48,3 @@ // @ts-expect-error private field

this.log('debug', 'SubscriptionServer: socket disconnected', {
this.log('debug', 'socket disconnected', {
reason,

@@ -51,0 +51,0 @@ clientId,

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