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.3 to 0.1.4

6

IDBStore.js

@@ -362,5 +362,5 @@ /*

var directionType = options.order.toLowerCase() == 'desc' ? 'PREV' : 'NEXT';
var directionType = options.order.toLowerCase() == 'desc' ? 'prev' : 'next';
if (options.filterDuplicates) {
directionType += '_NO_DUPLICATE';
directionType += 'unique';
}

@@ -374,3 +374,3 @@

var cursorRequest = cursorTarget.openCursor(options.keyRange, this.cursor[directionType]);
var cursorRequest = cursorTarget.openCursor(options.keyRange, directionType);
cursorRequest.onerror = options.onError;

@@ -377,0 +377,0 @@ cursorRequest.onsuccess = function (event) {

{
"name": "idb-wrapper",
"version": "0.1.3",
"version": "0.1.4",
"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