New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

db64

Package Overview
Dependencies
Maintainers
1
Versions
27
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

db64 - npm Package Compare versions

Comparing version 0.3.0 to 0.4.0

2

package.json
{
"name": "db64",
"version": "0.3.0",
"version": "0.4.0",
"description": "A Practical IndexedDB API",

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

@@ -23,5 +23,5 @@ # db64

db64.from('birds').getEntries(['emu', 'warbler']) // Get multiple entries
db64.store('birds').getEntries(['emu', 'warbler']) // Get multiple entries
db64.from('birds').delete(['cuckoo', 'emu']) // Delete a single or array of entries
db64.store('birds').delete(['cuckoo', 'emu']) // Delete a single or array of entries

@@ -28,0 +28,0 @@ db64.clear('birds') // Delete all entries in birds

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