Socket
Socket
Sign inDemoInstall

pouchdb-req-http-query

Package Overview
Dependencies
9
Maintainers
3
Versions
17
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.0.2 to 1.0.3

3

index.js

@@ -85,2 +85,5 @@ /*

if (headers.hasOwnProperty(name)) {
if (xhr.setDisableHeaderCheck) {
xhr.setDisableHeaderCheck(true);
}
xhr.setRequestHeader(name, headers[name]);

@@ -87,0 +90,0 @@ }

2

package.json
{
"name": "pouchdb-req-http-query",
"version": "1.0.2",
"version": "1.0.3",
"main": "index.js",

@@ -5,0 +5,0 @@ "description": "Given a CouchDB request object, make a similar http request on a given PouchDB database.",

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc