pouchdb-adapter-indexeddb
Advanced tools
Comparing version 7.2.1 to 7.2.2
@@ -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 @@ }; |
{ | ||
"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", |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.
Found 1 instance in 1 package
1
106163
2745
+ Addedbuffer-from@1.1.1(transitive)
+ Addedimmediate@3.3.0(transitive)
+ Addedpouchdb-adapter-utils@7.2.2(transitive)
+ Addedpouchdb-binary-utils@7.2.2(transitive)
+ Addedpouchdb-collections@7.2.2(transitive)
+ Addedpouchdb-errors@7.2.2(transitive)
+ Addedpouchdb-md5@7.2.2(transitive)
+ Addedpouchdb-merge@7.2.2(transitive)
+ Addedpouchdb-utils@7.2.2(transitive)
+ Addedspark-md5@3.0.1(transitive)
+ Addeduuid@8.1.0(transitive)
- Removedbuffer-from@1.1.0(transitive)
- Removedimmediate@3.0.6(transitive)
- Removedpouchdb-adapter-utils@7.2.1(transitive)
- Removedpouchdb-binary-utils@7.2.1(transitive)
- Removedpouchdb-collections@7.2.1(transitive)
- Removedpouchdb-errors@7.2.1(transitive)
- Removedpouchdb-md5@7.2.1(transitive)
- Removedpouchdb-merge@7.2.1(transitive)
- Removedpouchdb-utils@7.2.1(transitive)
- Removedspark-md5@3.0.0(transitive)
- Removeduuid@3.3.3(transitive)
Updatedpouchdb-adapter-utils@7.2.2
Updatedpouchdb-binary-utils@7.2.2
Updatedpouchdb-errors@7.2.2
Updatedpouchdb-md5@7.2.2
Updatedpouchdb-merge@7.2.2
Updatedpouchdb-utils@7.2.2