pouchdb-adapter-websql
Advanced tools
Comparing version 6.3.4 to 6.4.0
@@ -77,6 +77,6 @@ import { assign, hasLocalStorage } from 'pouchdb-utils'; | ||
var index = function (PouchDB) { | ||
function index (PouchDB) { | ||
PouchDB.adapter('websql', WebSQLPouch, true); | ||
}; | ||
} | ||
export default index; |
@@ -81,6 +81,6 @@ 'use strict'; | ||
var index = function (PouchDB) { | ||
function index (PouchDB) { | ||
PouchDB.adapter('websql', WebSQLPouch, true); | ||
}; | ||
} | ||
module.exports = index; |
{ | ||
"name": "pouchdb-adapter-websql", | ||
"version": "6.3.4", | ||
"version": "6.4.0", | ||
"description": "PouchDB adapter using WebSQL as its data store.", | ||
@@ -12,4 +12,4 @@ "main": "./lib/index.js", | ||
"dependencies": { | ||
"pouchdb-adapter-websql-core": "6.3.4", | ||
"pouchdb-utils": "6.3.4" | ||
"pouchdb-adapter-websql-core": "6.4.0", | ||
"pouchdb-utils": "6.4.0" | ||
}, | ||
@@ -16,0 +16,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
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
17858
+ Addedpouchdb-adapter-utils@6.4.0(transitive)
+ Addedpouchdb-adapter-websql-core@6.4.0(transitive)
+ Addedpouchdb-binary-utils@6.4.0(transitive)
+ Addedpouchdb-collections@6.4.0(transitive)
+ Addedpouchdb-errors@6.4.0(transitive)
+ Addedpouchdb-json@6.4.0(transitive)
+ Addedpouchdb-md5@6.4.0(transitive)
+ Addedpouchdb-merge@6.4.0(transitive)
+ Addedpouchdb-promise@6.4.0(transitive)
+ Addedpouchdb-utils@6.4.0(transitive)
- Removedpouchdb-adapter-utils@6.3.4(transitive)
- Removedpouchdb-adapter-websql-core@6.3.4(transitive)
- Removedpouchdb-binary-utils@6.3.4(transitive)
- Removedpouchdb-collections@6.3.4(transitive)
- Removedpouchdb-errors@6.3.4(transitive)
- Removedpouchdb-json@6.3.4(transitive)
- Removedpouchdb-md5@6.3.4(transitive)
- Removedpouchdb-merge@6.3.4(transitive)
- Removedpouchdb-promise@6.3.4(transitive)
- Removedpouchdb-utils@6.3.4(transitive)
Updatedpouchdb-utils@6.4.0