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

localdata

Package Overview
Dependencies
Maintainers
1
Versions
8
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

localdata - npm Package Compare versions

Comparing version 0.1.3 to 0.1.4

index.d.ts

2

package.json
{
"name": "localdata",
"version": "0.1.3",
"version": "0.1.4",
"description": "Increase localStorage size 10 times or more! This tiny script uses bare minimum of IndexedDB to give you a simple key - value local storage system. It's asnychchronous so it's performance is also faster than native localStorage(in theory and this must be confirmed by testing)",

@@ -5,0 +5,0 @@ "main": "localdata.min.js",

@@ -6,3 +6,3 @@ # LocalData - formerly localStorageDB

* Asynchronous - faster than localStorage
* Minimal code - 0.76kB!
* Minimal code - 1.6kB(0.75kB gzipped)!
* No dependencies

@@ -9,0 +9,0 @@ * Cross-browser support: Chrome, Firefox, IE 11+, Edge, iOS Safari, mobile Chrome, Android Browser

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