react-native-storage
Advanced tools
Comparing version 0.2.3 to 0.2.4
{ | ||
"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 @@ }); |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
119912
9
375