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

@react-native-community/async-storage

Package Overview
Dependencies
Maintainers
1
Versions
39
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@react-native-community/async-storage - npm Package Compare versions

Comparing version 2.0.0-rc.0 to 2.0.0-rc.1

4

docs/Usage.md

@@ -18,6 +18,6 @@ # Async Storage usage

# Install core
$ yarn add @react-native-community/async-storage
$ yarn add @react-native-community/async-storage@next
# Install legacy backend storage
$ yarn add @react-native-community/async-storage-backend-legacy
$ yarn add @react-native-community/async-storage-backend-legacy@next
```

@@ -24,0 +24,0 @@

{
"name": "@react-native-community/async-storage",
"version": "2.0.0-rc.0",
"version": "2.0.0-rc.1",
"main": "build/index.js",

@@ -19,3 +19,3 @@ "types": "types/index.d.ts",

},
"gitHead": "a5bf325a390f4eaadeb1a0fbfb31d629decd83df"
"gitHead": "a8e83d1be5dfcf24d0d6547badb24f53cf2756f5"
}
# Async Storage Core
Main, public-facing components of Async Storage. The core module contains a factory to create an `AsyncStorage` instance
Main, public-facing components of Async Storage. Contains a factory to create an `AsyncStorage` instance
and `IStorageBackend`, that needs to be implemented by any Backend Storage in order to be compatible.

@@ -9,3 +9,3 @@

```bash
$ yarn install @react-native-community/async-storage
$ yarn install @react-native-community/async-storage@next
```

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