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

lockable-storage

Package Overview
Dependencies
Maintainers
1
Versions
3
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

lockable-storage - npm Package Compare versions

Comparing version 1.0.1 to 1.1.0

6

LockableStorage.js

@@ -33,3 +33,7 @@ /**

return lockImpl(key, callback, maxDuration, true);
}
},
uniqueId: function() {
return uniqueId;
},
};

@@ -36,0 +40,0 @@

2

package.json
{
"name": "lockable-storage",
"version": "1.0.1",
"version": "1.1.0",
"description": "Concurrency and locking for HTML5 localStorage",

@@ -5,0 +5,0 @@ "main": "LockableStorage.js",

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