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

pouchdb-adapter-indexeddb

Package Overview
Dependencies
Maintainers
5
Versions
8
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

pouchdb-adapter-indexeddb - npm Package Compare versions

Comparing version 7.2.1 to 7.2.2

5

lib/index.es.js

@@ -1536,2 +1536,4 @@ import { btoa, readAsBinaryString, binaryStringToBlobOrBuffer } from 'pouchdb-binary-utils';

txn.txn = res.idb.transaction(stores, mode);
args.unshift(txn);
fun.apply(api, args);
}).catch(function (err) {

@@ -1541,5 +1543,2 @@ console.error('Failed to establish transaction safely');

txn.error = err;
}).then(function () {
args.unshift(txn);
fun.apply(api, args);
});

@@ -1546,0 +1545,0 @@ };

@@ -1538,2 +1538,4 @@ 'use strict';

txn.txn = res.idb.transaction(stores, mode);
args.unshift(txn);
fun.apply(api, args);
}).catch(function (err) {

@@ -1543,5 +1545,2 @@ console.error('Failed to establish transaction safely');

txn.error = err;
}).then(function () {
args.unshift(txn);
fun.apply(api, args);
});

@@ -1548,0 +1547,0 @@ };

14

package.json
{
"name": "pouchdb-adapter-indexeddb",
"version": "7.2.1",
"version": "7.2.2",
"description": "PouchDB adapter using IndexedDB as its data store.",

@@ -12,8 +12,8 @@ "main": "./lib/index.js",

"dependencies": {
"pouchdb-adapter-utils": "7.2.1",
"pouchdb-binary-utils": "7.2.1",
"pouchdb-errors": "7.2.1",
"pouchdb-md5": "7.2.1",
"pouchdb-merge": "7.2.1",
"pouchdb-utils": "7.2.1"
"pouchdb-adapter-utils": "7.2.2",
"pouchdb-binary-utils": "7.2.2",
"pouchdb-errors": "7.2.2",
"pouchdb-md5": "7.2.2",
"pouchdb-merge": "7.2.2",
"pouchdb-utils": "7.2.2"
},

@@ -20,0 +20,0 @@ "module": "./lib/index.es.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