Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

apollo-cache-persist

Package Overview
Dependencies
Maintainers
3
Versions
8
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

apollo-cache-persist - npm Package Compare versions

Comparing version 0.0.2-beta.4 to 0.1.0

2

package.json
{
"name": "apollo-cache-persist",
"version": "0.0.2-beta.4",
"version": "0.1.0",
"description": "Simple persistence for all Apollo cache implementations",

@@ -5,0 +5,0 @@ "author": "James Reggio <james.reggio@gmail.com>",

# apollo-cache-persist [![npm version](https://badge.fury.io/js/apollo-cache-persist.svg)](https://badge.fury.io/js/apollo-cache-persist) [![build status](https://travis-ci.org/apollographql/apollo-cache-persist.svg?branch=master)](https://travis-ci.org/apollographql/apollo-cache-persist)
**NOTE: This repo is in 'pre-release' and not quite ready to production use
yet.**
Simple persistence for all Apollo Client 2.0 cache implementations, including

@@ -52,3 +49,3 @@ [`InMemoryCache`][0] and [`Hermes`][1].

cache,
storage: document.localStorage,
storage: window.localStorage,
});

@@ -181,4 +178,4 @@

* `AsyncStorage` on React Native
* `document.localStorage` on web
* `document.sessionStorage` on web
* `window.localStorage` on web
* `window.sessionStorage` on web
* [`localForage`](https://github.com/localForage/localForage) on web

@@ -185,0 +182,0 @@

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