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.4.0-alpha.4

Diff

apollo-bot
published 1.4.0-alpha.3 •

benjamn
published 1.3.12 •

Changelog

Source

Apollo Cache In-Memory (1.3.12)

  • Avoid using DepTrackingCache for optimistic reads. PR #4521

  • When creating an InMemoryCache object, it's now possible to disable the result caching behavior introduced in #3394, either for diagnostic purposes or because the benefit of caching repeated reads is not worth the extra memory usage in your application:

    new InMemoryCache({
      resultCaching: false,
    });
    

    Part of PR #4521.

benjamn
published 1.3.12-beta.1 •

benjamn
published 1.3.12-beta.0 •

apollo-bot
published 1.4.0-alpha.2 •

apollo-bot
published 1.3.11 •

Changelog

Source

Apollo Cache In-Memory (1.3.11)

  • No changes.
benjamn
published 1.3.10 •

Changelog

Source

Apollo Cache In-Memory (1.3.10)

  • Added some returns to prevent errors with noImplicitReturns TypeScript rule. PR #4137

  • Exclude the src/ directory when publishing apollo-cache-inmemory. Issue #4083

apollo-bot
published 1.4.0-alpha.1 •

apollo-bot
published 1.3.1-local-state-alpha.14 •

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