Socket
Socket
Sign inDemoInstall

graphql-http-ws-client

Package Overview
Dependencies
Maintainers
1
Versions
20
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

graphql-http-ws-client - npm Package Compare versions

Comparing version 2.0.0 to 2.0.1

6

package.json
{
"name": "graphql-http-ws-client",
"version": "2.0.0",
"version": "2.0.1",
"private": false,

@@ -16,3 +16,3 @@ "license": "MIT",

"dependencies": {
"@apollo/client": "^3.4.16"
"@apollo/client": "~3.5.6"
},

@@ -26,3 +26,3 @@ "devDependencies": {

"peerDependencies": {
"graphql": "^14.0.0 || ^15.0.0",
"graphql": "^14.0.0 || ^15.0.0 || ^16.0.0",
"subscriptions-transport-ws": "^0.9.0"

@@ -29,0 +29,0 @@ },

@@ -1,2 +0,2 @@

import { ApolloClient } from "@apollo/client/core/core.cjs.js";
import { ApolloClient } from "@apollo/client/core/core.cjs";
import gql from "graphql-tag";

@@ -3,0 +3,0 @@

@@ -1,2 +0,2 @@

import { InMemoryCache } from "@apollo/client/cache/cache.cjs.js";
import { InMemoryCache } from "@apollo/client/cache/cache.cjs";
import ApolloClientWithGQL from "./ApolloClientWithGQL.js";

@@ -3,0 +3,0 @@ import createGraphQLLinks from "./createGraphQLLinks.js";

@@ -1,6 +0,6 @@

import { getMainDefinition } from "@apollo/client/utilities/utilities.cjs.js";
import { concat, split } from "@apollo/client/link/core/core.cjs.js";
import { RetryLink } from "@apollo/client/link/retry/retry.cjs.js";
import { HttpLink } from "@apollo/client/link/http/http.cjs.js";
import { WebSocketLink } from "@apollo/client/link/ws/ws.cjs.js";
import { getMainDefinition } from "@apollo/client/utilities/utilities.cjs";
import { concat, split } from "@apollo/client/link/core/core.cjs";
import { RetryLink } from "@apollo/client/link/retry/retry.cjs";
import { HttpLink } from "@apollo/client/link/http/http.cjs";
import { WebSocketLink } from "@apollo/client/link/ws/ws.cjs";
import { SubscriptionClient } from "subscriptions-transport-ws";

@@ -7,0 +7,0 @@

@@ -6,2 +6,3 @@ import createGraphQLClient from "./createGraphQLClient.js";

export {createGraphQLClient, createGraphQLLinks};
export * from "@apollo/client/core/core.cjs.js";
export * from "@apollo/client/cache/cache.cjs";
export * from "@apollo/client/core/core.cjs";
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