Socket
Socket
Sign inDemoInstall

@apollo/client

Package Overview
Dependencies
Maintainers
4
Versions
575
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@apollo/client - npm Package Compare versions

Comparing version 3.11.0-rc.2 to 3.11.0

2

config/jest/setup.js

@@ -29,2 +29,4 @@ import gql from "graphql-tag";

expect.addEqualityTesters([areApolloErrorsEqual, areGraphQLErrorsEqual]);
// @ts-ignore
globalThis.REACT_FALLBACK_THROTTLE_MS = 10;
//# sourceMappingURL=setup.js.map

2

dev/dev.cjs.native.js

@@ -442,3 +442,3 @@ 'use strict';

var version = "3.11.0-rc.2";
var version = "3.11.0";

@@ -445,0 +445,0 @@ function maybe(thunk) {

{
"name": "@apollo/client",
"version": "3.11.0-rc.2",
"version": "3.11.0",
"description": "A fully-featured caching GraphQL client.",

@@ -71,3 +71,3 @@ "private": false,

"@arethetypeswrong/cli": "0.15.3",
"@babel/parser": "7.24.7",
"@babel/parser": "7.24.8",
"@changesets/changelog-github": "0.5.0",

@@ -77,4 +77,4 @@ "@changesets/cli": "2.27.7",

"@graphql-tools/schema": "10.0.4",
"@graphql-tools/utils": "10.3.1",
"@microsoft/api-extractor": "7.47.0",
"@graphql-tools/utils": "10.3.2",
"@microsoft/api-extractor": "7.47.2",
"@rollup/plugin-node-resolve": "11.2.1",

@@ -93,4 +93,4 @@ "@size-limit/esbuild-why": "11.1.4",

"@types/jest": "29.5.12",
"@types/lodash": "4.17.6",
"@types/node": "20.14.10",
"@types/lodash": "4.17.7",
"@types/node": "20.14.11",
"@types/node-fetch": "2.6.11",

@@ -101,9 +101,9 @@ "@types/react": "18.3.3",

"@types/use-sync-external-store": "0.0.6",
"@typescript-eslint/eslint-plugin": "7.15.0",
"@typescript-eslint/parser": "7.15.0",
"@typescript-eslint/rule-tester": "7.15.0",
"@typescript-eslint/types": "7.15.0",
"@typescript-eslint/utils": "7.15.0",
"@typescript-eslint/eslint-plugin": "7.16.1",
"@typescript-eslint/parser": "7.16.1",
"@typescript-eslint/rule-tester": "7.16.1",
"@typescript-eslint/types": "7.16.1",
"@typescript-eslint/utils": "7.16.1",
"acorn": "8.12.1",
"ajv": "8.16.0",
"ajv": "8.17.1",
"blob-polyfill": "7.0.20220408",

@@ -139,3 +139,3 @@ "bytes": "3.1.2",

"resolve": "1.22.8",
"rimraf": "5.0.8",
"rimraf": "5.0.9",
"rollup": "2.79.1",

@@ -147,5 +147,5 @@ "rollup-plugin-cleanup": "3.2.1",

"subscriptions-transport-ws": "0.11.0",
"terser": "5.31.1",
"terser": "5.31.3",
"ts-api-utils": "1.3.0",
"ts-jest": "29.1.5",
"ts-jest": "29.2.3",
"ts-jest-resolver": "2.0.1",

@@ -152,0 +152,0 @@ "ts-morph": "22.0.0",

@@ -11,3 +11,3 @@ 'use strict';

var version = "3.11.0-rc.2";
var version = "3.11.0";

@@ -14,0 +14,0 @@ function maybe(thunk) {

@@ -12,2 +12,9 @@ <div align="center">

---
**Announcement:**
Join 1000+ engineers at GraphQL Summit for talks, workshops, and office hours, Oct 8-10 in NYC. [Get your pass here ->](https://summit.graphql.com/?utm_campaign=github_federation_readme)
---
Apollo Client is a fully-featured caching GraphQL client with integrations for React, Angular, and more. It allows you to easily build UI components that fetch data via GraphQL.

@@ -14,0 +21,0 @@

@@ -7,3 +7,3 @@ 'use strict';

var version = "3.11.0-rc.2";
var version = "3.11.0";

@@ -10,0 +10,0 @@ function maybe(thunk) {

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

export var version = "3.11.0-rc.2";
export var version = "3.11.0";
//# sourceMappingURL=version.js.map

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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