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 Versions

13

0.1.4

Diff

Changelog

Source

0.1.4

  1. Now you can check error type (NotFoundError and ExpiredError) in catch
  2. Optimize cache strategy
sunnylqm
published 0.1.3 •

Changelog

Source

0.1.3

  1. Now you need to specify storageBackend(AsyncStorage or window.localStorage), otherwise the data would not be persisted.
sunnylqm
published 0.1.2 •

Changelog

Source

0.1.2

  1. Now when load() failed to find data, it will throw an Error with message instead of undefined.
sunnylqm
published 0.1.1 •

Changelog

Source

0.1.1

  1. defaultExpires can be null now, which means never expire.
sunnylqm
published 0.1.0 •

Changelog

Source

0.1.0

  1. add getIdsForKey, getAllDataForKey, clearMapForKey methods
  2. fix some expires logic
  3. refactor unit tests
sunnylqm
published 0.0.16 •

Changelog

Source

0.0.16

  1. getBatchDataWithIds now won't invoke sync if everything is ready in storage.
sunnylqm
published 0.0.15 •

Changelog

Source

0.0.15

  1. Fix bugs in promise chain.
  2. Can be used without any storage backend.(Use in-memory map)
sunnylqm
published 0.0.14 •

sunnylqm
published 0.0.12 •

sunnylqm
published 0.0.11 •

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