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

pouchdb-adapter-memory

Package Overview
Dependencies
Maintainers
3
Versions
39
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

pouchdb-adapter-memory - npm Package Compare versions

Comparing version 6.0.6 to 6.0.7

4

lib/index.js

@@ -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';

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