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.2 to 0.0.2-beta.3

7

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

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

"license": "MIT",
"main": "bundle.umd.js",
"main": "index.js",
"module": "index.js",

@@ -46,3 +46,4 @@ "jsnext:main": "index.js",

"uglify-js": "^3.2.2"
}
},
"browser": "bundle.umd.js"
}

@@ -1,2 +0,2 @@

# apollo-cache-persist
# 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)

@@ -199,3 +199,3 @@ **NOTE: This repo is in 'pre-release' and not quite ready to production use

[does not support](https://github.com/facebook/react-native/issues/12529#issuecomment-345326643)
individual values in exceed of 2 MB on Android.
individual values in excess of 2 MB on Android.

@@ -303,4 +303,4 @@ ## Common Questions

This is the result of a 2 MB limitation of `AsyncStorage` on Android. Set a
smaller `maxSize` or switch to a filesystem-based storage provider, such as
This is the result of a 2 MB per key limitation of `AsyncStorage` on Android. Set
a smaller `maxSize` or switch to a filesystem-based storage provider, such as
[`redux-persist-fs-storage`](https://github.com/leethree/redux-persist-fs-storage).
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