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

@soundxyz/graphql-react-ws

Package Overview
Dependencies
Maintainers
11
Versions
21
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@soundxyz/graphql-react-ws - npm Package Compare versions

Comparing version 1.0.0-alpha-31e4760.0 to 1.0.0-alpha-3de4fe6.0

2

CHANGELOG.md
# @soundxyz/graphql-react-ws
## 1.0.0-alpha-31e4760.0
## 1.0.0-alpha-3de4fe6.0

@@ -5,0 +5,0 @@ ### Major Changes

@@ -168,4 +168,6 @@ import { createClient } from 'graphql-ws';

setData(result);
latestData.current = result;
if (!errors && latestError.current) {
setError(null);
latestError.current = null;
}

@@ -181,2 +183,3 @@ }

setError(result);
latestError.current = result;
}

@@ -183,0 +186,0 @@ }

{
"name": "@soundxyz/graphql-react-ws",
"version": "1.0.0-alpha-31e4760.0",
"version": "1.0.0-alpha-3de4fe6.0",
"sideEffects": false,

@@ -5,0 +5,0 @@ "peerDependencies": {

{
"name": "@soundxyz/graphql-react-ws",
"version": "1.0.0-alpha-31e4760.0",
"version": "1.0.0-alpha-3de4fe6.0",
"license": "MIT",

@@ -5,0 +5,0 @@ "author": "PabloSzx <pablosaez1995@gmail.com>",

@@ -254,5 +254,7 @@ import { createClient, ClientOptions, SubscribePayload, ExecutionResult } from 'graphql-ws';

setData(result);
latestData.current = result;
if (!errors && latestError.current) {
setError(null);
latestError.current = null;
}

@@ -270,2 +272,3 @@ }

setError(result);
latestError.current = result;
}

@@ -272,0 +275,0 @@ }

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