pouchdb-adapter-idb
Advanced tools
Comparing version 6.0.6 to 6.0.7
@@ -10,3 +10,2 @@ 'use strict'; | ||
var pouchdbAdapterUtils = require('pouchdb-adapter-utils'); | ||
var jsExtend = require('js-extend'); | ||
var Promise = _interopDefault(require('pouchdb-promise')); | ||
@@ -198,3 +197,3 @@ var pouchdbJson = require('pouchdb-json'); | ||
readBlobData(body, type, asBlob, function (data) { | ||
row.doc._attachments[att] = jsExtend.extend( | ||
row.doc._attachments[att] = pouchdbUtils.jsExtend( | ||
pouchdbUtils.pick(attObj, ['digest', 'content_type']), | ||
@@ -201,0 +200,0 @@ {data: data} |
{ | ||
"name": "pouchdb-adapter-idb", | ||
"version": "6.0.6", | ||
"version": "6.0.7", | ||
"description": "PouchDB adapter using IndexedDB as its data store.", | ||
@@ -16,15 +16,14 @@ "main": "./lib/index.js", | ||
"peerDependencies": { | ||
"pouchdb-core": "6.0.6" | ||
"pouchdb-core": "6.0.7" | ||
}, | ||
"dependencies": { | ||
"js-extend": "1.0.1", | ||
"pouchdb-adapter-utils": "6.0.6", | ||
"pouchdb-binary-utils": "6.0.6", | ||
"pouchdb-collections": "6.0.6", | ||
"pouchdb-errors": "6.0.6", | ||
"pouchdb-json": "6.0.6", | ||
"pouchdb-merge": "6.0.6", | ||
"pouchdb-promise": "6.0.6", | ||
"pouchdb-utils": "6.0.6" | ||
"pouchdb-adapter-utils": "6.0.7", | ||
"pouchdb-binary-utils": "6.0.7", | ||
"pouchdb-collections": "6.0.7", | ||
"pouchdb-errors": "6.0.7", | ||
"pouchdb-json": "6.0.7", | ||
"pouchdb-merge": "6.0.7", | ||
"pouchdb-promise": "6.0.7", | ||
"pouchdb-utils": "6.0.7" | ||
} | ||
} |
@@ -1,2 +0,2 @@ | ||
import { extend } from 'js-extend'; | ||
import { jsExtend as extend } from 'pouchdb-utils'; | ||
import Promise from 'pouchdb-promise'; | ||
@@ -3,0 +3,0 @@ import { createError, IDB_ERROR } from 'pouchdb-errors'; |
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
9
115660
3215
+ Addedpouchdb-adapter-utils@6.0.7(transitive)
+ Addedpouchdb-binary-utils@6.0.7(transitive)
+ Addedpouchdb-collections@6.0.7(transitive)
+ Addedpouchdb-core@6.0.7(transitive)
+ Addedpouchdb-errors@6.0.7(transitive)
+ Addedpouchdb-json@6.0.7(transitive)
+ Addedpouchdb-md5@6.0.7(transitive)
+ Addedpouchdb-merge@6.0.7(transitive)
+ Addedpouchdb-promise@6.0.7(transitive)
+ Addedpouchdb-utils@6.0.7(transitive)
- Removedjs-extend@1.0.1
- Removedjs-extend@1.0.1(transitive)
- Removedpouchdb-adapter-utils@6.0.6(transitive)
- Removedpouchdb-binary-utils@6.0.6(transitive)
- Removedpouchdb-collections@6.0.6(transitive)
- Removedpouchdb-core@6.0.6(transitive)
- Removedpouchdb-errors@6.0.6(transitive)
- Removedpouchdb-json@6.0.6(transitive)
- Removedpouchdb-md5@6.0.6(transitive)
- Removedpouchdb-merge@6.0.6(transitive)
- Removedpouchdb-promise@6.0.6(transitive)
- Removedpouchdb-utils@6.0.6(transitive)
Updatedpouchdb-adapter-utils@6.0.7
Updatedpouchdb-binary-utils@6.0.7
Updatedpouchdb-collections@6.0.7
Updatedpouchdb-errors@6.0.7
Updatedpouchdb-json@6.0.7
Updatedpouchdb-merge@6.0.7
Updatedpouchdb-promise@6.0.7
Updatedpouchdb-utils@6.0.7