Socket
Socket
Sign inDemoInstall

react-native-level

Package Overview
Dependencies
19
Maintainers
3
Versions
9
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    react-native-level

levelup API for react-native AsyncStorage.


Version published
Weekly downloads
10
increased by400%
Maintainers
3
Created
Weekly downloads
 

Readme

Source

react-native-level

levelup API wrapper for react-native AsyncStorage.

This modules is a wrapper for our other module asyncstorage-down, which does all the real work and is implementing the leveldown API

var level = require('react-native-level')
var db = level('path/to/db', { /*...options...*/ })
db.put('blah');
db.batch([
  { type: 'put', key: 'tasty', value: 'wheat' },
  { type: 'put', key: 'chicken', value: 'feet' }
])

Keywords

FAQs

Last updated on 12 Nov 2018

Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc