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.0 to 0.1.1

2

dist/createClient.d.ts

@@ -34,4 +34,4 @@ import { ExecutionResult } from "graphql";

socket: import("socket.io-client").Socket;
destroy: () => void;
execute: (operation: Operation, observer: ResultObserver) => () => void;
destroy: () => void;
};

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

socket.off("graphql:result", onOperationResult);
socket.disconnect();
};

@@ -70,6 +71,6 @@ const execute = (operation, observer) => {

socket,
execute,
destroy
destroy,
execute
};
}
//# sourceMappingURL=createClient.js.map
{
"name": "@graphql-live/client",
"version": "0.1.0",
"version": "0.1.1",
"description": "The client part of the GraphQLive package",

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

@@ -78,2 +78,3 @@ import { ExecutionResult } from "graphql";

socket.off("graphql:result", onOperationResult);
socket.disconnect();
};

@@ -105,5 +106,5 @@

socket,
execute,
destroy
destroy,
execute
};
}

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