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

pouchdb-ajax

Package Overview
Dependencies
Maintainers
7
Versions
30
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

pouchdb-ajax - npm Package Compare versions

Comparing version 6.1.2 to 6.2.0

4

lib/index-browser.es.js

@@ -186,3 +186,3 @@ import { assign, clone } from 'pouchdb-utils';

clearTimeout(timer);
if(xhr.readyState !== 4) {
if (xhr.readyState !== 4) {
timer = setTimeout(timeoutReq, options.timeout);

@@ -223,3 +223,3 @@ }

err = JSON.parse(xhr.response);
} catch(e) {}
} catch (e) {}
}

@@ -226,0 +226,0 @@ err.status = xhr.status;

@@ -190,3 +190,3 @@ 'use strict';

clearTimeout(timer);
if(xhr.readyState !== 4) {
if (xhr.readyState !== 4) {
timer = setTimeout(timeoutReq, options.timeout);

@@ -227,3 +227,3 @@ }

err = JSON.parse(xhr.response);
} catch(e) {}
} catch (e) {}
}

@@ -230,0 +230,0 @@ err.status = xhr.status;

{
"name": "pouchdb-ajax",
"version": "6.1.2",
"version": "6.2.0",
"description": "PouchDB's ajax() method.",

@@ -17,7 +17,7 @@ "main": "./lib/index.js",

"buffer-from": "0.1.1",
"pouchdb-binary-utils": "6.1.2",
"pouchdb-errors": "6.1.2",
"pouchdb-promise": "6.1.2",
"pouchdb-utils": "6.1.2",
"request": "2.79.0"
"pouchdb-binary-utils": "6.2.0",
"pouchdb-errors": "6.2.0",
"pouchdb-promise": "6.2.0",
"pouchdb-utils": "6.2.0",
"request": "2.80.0"
},

@@ -24,0 +24,0 @@ "files": [

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