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 1.0.0-beta.0 to 1.0.0-beta.1

1

lib/storage.cjs.js

@@ -517,2 +517,3 @@ 'use strict';

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

@@ -519,0 +520,0 @@ });

@@ -513,2 +513,3 @@ function _defineProperty(obj, key, value) {

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

@@ -515,0 +516,0 @@ });

@@ -519,2 +519,3 @@ (function (global, factory) {

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

@@ -521,0 +522,0 @@ });

2

package.json
{
"name": "react-native-storage",
"version": "1.0.0-beta.0",
"version": "1.0.0-beta.1",
"description": "A local storage wrapper for both react-native(AsyncStorage) and browser(localStorage).",

@@ -5,0 +5,0 @@ "license": "MIT",

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

# react-native-storage [![Build Status](https://travis-ci.org/sunnylqm/react-native-storage.svg)](https://travis-ci.org/sunnylqm/react-native-storage) [![npm version](https://badge.fury.io/js/react-native-storage.svg)](http://badge.fury.io/js/react-native-storage)
# react-native-storage [![Build Status](https://travis-ci.org/sunnylqm/react-native-storage.svg)](https://travis-ci.org/sunnylqm/react-native-storage) ![npm version](https://img.shields.io/npm/v/react-native-storage.svg) ![npm beta version](https://img.shields.io/npm/v/react-native-storage/beta.svg)

@@ -9,3 +9,5 @@ This is a local storage wrapper for both react native apps (using AsyncStorage) and web apps (using localStorage). [ES6](http://babeljs.io/docs/learn-es2015/) syntax, promise for async load, fully tested with jest.

npm install react-native-storage
```
npm install react-native-storage@beta
```

@@ -12,0 +14,0 @@ ## Usage

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

# react-native-storage [![Build Status](https://travis-ci.org/sunnylqm/react-native-storage.svg)](https://travis-ci.org/sunnylqm/react-native-storage) [![npm version](https://badge.fury.io/js/react-native-storage.svg)](http://badge.fury.io/js/react-native-storage)
# react-native-storage [![Build Status](https://travis-ci.org/sunnylqm/react-native-storage.svg)](https://travis-ci.org/sunnylqm/react-native-storage) ![npm version](https://img.shields.io/npm/v/react-native-storage.svg) ![npm beta version](https://img.shields.io/npm/v/react-native-storage/beta.svg)

@@ -9,3 +9,5 @@ [English version doc here](README.md)

npm install react-native-storage
```
npm install react-native-storage@beta
```

@@ -12,0 +14,0 @@ ## 使用说明

@@ -325,2 +325,3 @@ /*

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

@@ -327,0 +328,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