New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.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.0.1 to 0.0.2

2

dist/createClient.d.ts

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

};
export declare type ObserverRecord = {
export declare type OperationRecord = {
observer: ResultObserver;

@@ -11,0 +11,0 @@ execute(): void;

{
"name": "@graphql-live/client",
"version": "0.0.1",
"version": "0.0.2",
"description": "The client part of the GraphQLive package",

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

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

export type ObserverRecord = {
export type OperationRecord = {
observer: ResultObserver;

@@ -48,3 +48,3 @@ execute(): void;

let currentId = 0;
const operations = new Map<number, ObserverRecord>();
const operations = new Map<number, OperationRecord>();

@@ -51,0 +51,0 @@ const onConnect = () => {

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