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

idb-wrapper

Package Overview
Dependencies
Maintainers
1
Versions
21
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

idb-wrapper - npm Package Compare versions

Comparing version 0.1.1 to 0.1.2

5

IDBStore.js

@@ -53,8 +53,7 @@ /*

this.consts = window.IDBTransaction || window.webkitIDBTransaction;
fixupConstants(this.consts, {
this.consts = {
'READ_ONLY': 'readonly',
'READ_WRITE': 'readwrite',
'VERSION_CHANGE': 'versionchange'
});
}

@@ -61,0 +60,0 @@ this.cursor = window.IDBCursor || window.webkitIDBCursor;

2

package.json
{
"name": "idb-wrapper",
"version": "0.1.1",
"version": "0.1.2",
"description": "This is a wrapper for indexedDB.",

@@ -5,0 +5,0 @@ "keywords": [],

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