Socket
Socket
Sign inDemoInstall

@apollo/client

Package Overview
Dependencies
Maintainers
4
Versions
574
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@apollo/client - npm Package Versions

23
58

3.11.8

Diff

Changelog

Source

3.11.8

Patch Changes

apollo-bot
published 3.11.7 •

Changelog

Source

3.11.7

Patch Changes

  • #12052 e471cef Thanks @jerelmiller! - Fixes a regression from where passing an invalid identifier to from in useFragment would result in the warning TypeError: Cannot read properties of undefined (reading '__typename').
apollo-bot
published 0.0.0-pr-12054-20240904112316 •

apollo-bot
published 0.0.0-pr-12052-20240903200316 •

apollo-bot
published 3.11.6 •

Changelog

Source

3.11.6

Patch Changes

apollo-bot
published 0.0.0-pr-12049-20240903090547 •

apollo-bot
published 0.0.0-pr-12042-20240828203939 •

apollo-bot
published 3.11.5 •

Changelog

Source

3.11.5

Patch Changes

apollo-bot
published 3.11.4 •

Changelog

Source

3.11.4

Patch Changes

  • #11994 41b17e5 Thanks @jerelmiller! - Update the Modifier function type to allow cache.modify to return deeply partial data.

  • #11989 e609156 Thanks @phryneas! - Fix a potential crash when calling clearStore while a query was running.

    Previously, calling client.clearStore() while a query was running had one of these results:

    • useQuery would stay in a loading: true state.
    • useLazyQuery would stay in a loading: true state, but also crash with a "Cannot read property 'data' of undefined" error.

    Now, in both cases, the hook will enter an error state with a networkError, and the promise returned by the useLazyQuery execute function will return a result in an error state.

  • #11994 41b17e5 Thanks @jerelmiller! - Prevent accidental distribution on cache.modify field modifiers when a field is a union type array.

apollo-bot
published 0.0.0-pr-11994-20240807171545 •

23
58
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