New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

apollo-client-devtools

Package Overview
Dependencies
Maintainers
0
Versions
103
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

apollo-client-devtools - npm Package Versions

1
781011

4.2.3

Diff
apollo-bot
published 4.2.3 •

Changelog

Source

4.2.3

Patch Changes

apollo-bot
published 4.2.2 •

Changelog

Source

4.2.2

Patch Changes

apollo-bot
published 4.2.1 •

Changelog

Source

4.2.1

Patch Changes

apollo-bot
published 4.2.0 •

Changelog

Source

4.2.0

Minor Changes

Patch Changes

  • #1072 0d16b8e Thanks @jerelmiller! - Upgrade @emotion/react to v11.11.1 to get access to updated TypeScript types

  • #1073 bc0cd51 Thanks @jerelmiller! - Upgrade to TypeScript v5

  • #1056 ddaec3d Thanks @jerelmiller! - Improve searching the cache by filtering the list of cache ids that match the search term and highlight the matched substring. This change removes the matching against the cache values as that was difficult to determine why a match occurred.

  • #1085 61540a8 Thanks @alessbell! - Fix scrolling bug introduced when making sidebar expandable.

apollo-bot
published 4.1.6 •

Changelog

Source

4.1.6

Patch Changes

apollo-bot
published 4.1.5 •

Changelog

Source

4.1.5

Patch Changes

  • #745 d6cb6f4 Thanks @renovate! - Bumps graphql dependency to v16

  • #1038 72292ca Thanks @phryneas! - Make the devtools <> client registration mechanism more robust. Also lays the groundwork for registering multiple Apollo Client instances in the future.

apollo-bot
published 4.1.4 •
apollo-bot
published 4.1.1 •
apollo-bot
published 4.1.0 •
apollo-bot
published 4.0.0 •

Changelog

Source

4.0.0 (2021-10-15)

  • This release introduces a significant functionality change: GraphiQL and GraphiQL Explorer have been removed and replaced with an embedded version of Apollo Studio's Explorer. This means many of the more advanced features of Apollo Studio's Explorer are now available to run against your application's defined GraphQL endpoint, all from the comfort of a browser devtools panel. This change does not require you to have a Studio account and all existing GraphiQL / GraphiQL Explorer functionality has been replicated. @mayakoneval in #660