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

pouchdb-adapter-http

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-http - npm Package Compare versions

Comparing version 6.0.6 to 6.0.7

5

lib/index.js

@@ -5,7 +5,6 @@ 'use strict';

var jsExtend = require('js-extend');
var pouchdbUtils = require('pouchdb-utils');
var Promise = _interopDefault(require('pouchdb-promise'));
var ajaxCore = _interopDefault(require('pouchdb-ajax'));
var getArguments = _interopDefault(require('argsarray'));
var pouchdbUtils = require('pouchdb-utils');
var pouchdbBinaryUtils = require('pouchdb-binary-utils');

@@ -158,3 +157,3 @@ var PromisePool = _interopDefault(require('es6-promise-pool'));

var reqAjax = userOpts.ajax || {};
var reqOpts = jsExtend.extend(pouchdbUtils.clone(ajaxOpts), reqAjax, options);
var reqOpts = pouchdbUtils.jsExtend(pouchdbUtils.clone(ajaxOpts), reqAjax, options);
log(reqOpts.method + ' ' + reqOpts.url);

@@ -161,0 +160,0 @@ return api._ajax(reqOpts, callback);

15

package.json
{
"name": "pouchdb-adapter-http",
"version": "6.0.6",
"version": "6.0.7",
"description": "PouchDB adapter using HTTP (e.g. a remote CouchDB) as its data store.",

@@ -16,3 +16,3 @@ "main": "./lib/index.js",

"peerDependencies": {
"pouchdb-core": "6.0.6"
"pouchdb-core": "6.0.7"
},

@@ -23,9 +23,8 @@ "dependencies": {

"es6-promise-pool": "2.4.4",
"js-extend": "1.0.1",
"pouchdb-ajax": "6.0.6",
"pouchdb-binary-utils": "6.0.6",
"pouchdb-errors": "6.0.6",
"pouchdb-promise": "6.0.6",
"pouchdb-utils": "6.0.6"
"pouchdb-ajax": "6.0.7",
"pouchdb-binary-utils": "6.0.7",
"pouchdb-errors": "6.0.7",
"pouchdb-promise": "6.0.7",
"pouchdb-utils": "6.0.7"
}
}

@@ -6,3 +6,3 @@ var CHANGES_BATCH_SIZE = 25;

import { extend } from 'js-extend';
import { jsExtend as extend } from 'pouchdb-utils';
import Promise from 'pouchdb-promise';

@@ -9,0 +9,0 @@ import ajaxCore from 'pouchdb-ajax';

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