Socket
Socket
Sign inDemoInstall

apollo-cache-inmemory

Package Overview
Dependencies
Maintainers
4
Versions
149
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

apollo-cache-inmemory - npm Package Versions

1
15

1.5.0-beta.0

Diff

benjamn
published 1.4.2 •

benjamn
published 1.4.1 •

Changelog

Source

Apollo Cache In-Memory (1.4.1)

  • The optimism npm package has been updated to a version (0.6.9) that provides its own TypeScript declarations, which should fix problems like Issue #4327. <br/> PR #4331

  • Error messages involving GraphQL queries now print the queries using JSON.stringify instead of the print function exported by the graphql package, to avoid pulling unnecessary printing logic into your JavaScript bundle. <br/> PR #4234

  • The QueryKeyMaker abstraction has been removed, meaning that cache results for non-identical queries (or sub-queries) with equivalent structure will no longer be cached together. This feature was a nice optimization in certain specific use cases, but it was not worth the additional complexity or bundle size. <br/> PR #4245

benjamn
published 1.4.0 •

Changelog

Source

Apollo Cache In-Memory (1.4.0)

  • The speed and memory usage of optimistic reads and writes has been improved dramatically using a new layering technique that does not require copying the non-optimistic contents of the cache. <br/> PR #4319

  • The RecordingCache abstraction has been removed, and thus is no longer exported from apollo-cache-inmemory. <br/> PR #4319

  • Export the optimism wrap function using ES2015 export syntax, instead of CommonJS. <br/> @ardatan in #4158

apollo-bot
published 1.4.0-alpha.12 •

apollo-bot
published 1.4.0-alpha.11 •

apollo-bot
published 1.4.0-alpha.10 •

apollo-bot
published 1.4.0-alpha.8 •

apollo-bot
published 1.4.0-alpha.7 •

apollo-bot
published 1.4.0-alpha.5 •

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