pouchdb-adapter-memory
Advanced tools
Comparing version 6.0.6 to 6.0.7
@@ -6,7 +6,7 @@ 'use strict'; | ||
var CoreLevelPouch = _interopDefault(require('pouchdb-adapter-leveldb-core')); | ||
var jsExtend = require('js-extend'); | ||
var pouchdbUtils = require('pouchdb-utils'); | ||
var memdown = _interopDefault(require('memdown')); | ||
function MemDownPouch(opts, callback) { | ||
var _opts = jsExtend.extend({ | ||
var _opts = pouchdbUtils.jsExtend({ | ||
db: memdown | ||
@@ -13,0 +13,0 @@ }, opts); |
{ | ||
"name": "pouchdb-adapter-memory", | ||
"version": "6.0.6", | ||
"version": "6.0.7", | ||
"description": "PouchDB adapter using in-memory as its data store.", | ||
@@ -16,9 +16,9 @@ "main": "./lib/index.js", | ||
"peerDependencies": { | ||
"pouchdb-core": "6.0.6" | ||
"pouchdb-core": "6.0.7" | ||
}, | ||
"dependencies": { | ||
"js-extend": "1.0.1", | ||
"memdown": "1.2.2", | ||
"pouchdb-adapter-leveldb-core": "6.0.6" | ||
"pouchdb-adapter-leveldb-core": "6.0.7", | ||
"pouchdb-utils": "6.0.7" | ||
} | ||
} |
import CoreLevelPouch from 'pouchdb-adapter-leveldb-core'; | ||
import { extend } from 'js-extend'; | ||
import { jsExtend as extend } from 'pouchdb-utils'; | ||
@@ -4,0 +4,0 @@ import memdown from 'memdown'; |
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
13747
+ Addedpouchdb-utils@6.0.7
+ Addedlevelup@1.3.3(transitive)
+ Addedpouchdb-adapter-leveldb-core@6.0.7(transitive)
+ 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)
+ Addedsublevel-pouchdb@6.0.7(transitive)
- Removedjs-extend@1.0.1
- Removedjs-extend@1.0.1(transitive)
- Removedlevelup@1.3.2(transitive)
- Removedpouchdb-adapter-leveldb-core@6.0.6(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)
- Removedsublevel-pouchdb@6.0.6(transitive)