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

@graphql-live/client

Package Overview
Dependencies
Maintainers
1
Versions
16
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@graphql-live/client - npm Package Compare versions

Comparing version 0.1.4 to 0.1.5

3

dist/createClient.js

@@ -51,2 +51,5 @@ var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, generator) {

socket.disconnect();
setTimeout(() => {
socket.connect();
}, 6000);
}, 15000);

@@ -53,0 +56,0 @@ const execute = (operation, observer) => {

2

package.json
{
"name": "@graphql-live/client",
"version": "0.1.4",
"version": "0.1.5",
"description": "The client part of the GraphQLive package",

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

@@ -88,2 +88,5 @@ import { io, ManagerOptions, SocketOptions } from "socket.io-client";

socket.disconnect();
setTimeout(() => {
socket.connect();
}, 6000);
}, 15000);

@@ -90,0 +93,0 @@

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