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

react-native-storage

Package Overview
Dependencies
Maintainers
1
Versions
30
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

react-native-storage - npm Package Compare versions

Comparing version 0.2.3 to 0.2.4

yarn.lock

2

package.json
{
"name": "react-native-storage",
"version": "0.2.3",
"version": "0.2.4",
"description": "A local storage wrapper for both react-native(AsyncStorage) and browser(localStorage). Support size controlling, auto expiring, remote data auto syncing and getting batch data in one query.",

@@ -5,0 +5,0 @@ "main": "storage.js",

/*
* local storage(web/react native) wrapper
* sunnylqm 2017-04-20
* version 0.2.0
*/

@@ -318,2 +316,3 @@ import { NotFoundError, ExpiredError } from './error';

this.removeItem('map').then(() => {
this.cache = {};
this._m = this._initMap();

@@ -320,0 +319,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