Socket
Socket
Sign inDemoInstall

couchdb-objects

Package Overview
Dependencies
8
Maintainers
1
Versions
16
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

10

couchrequestobject.js

@@ -110,8 +110,10 @@ /*

for (var header in options.headers) {
if (options.headers.hasOwnProperty(header)) {
result.headers[normalizeHeaderCase(header)] = options.headers[header];
if (options && options.headers) {
for (var header in options.headers) {
if (options.headers.hasOwnProperty(header)) {
result.headers[normalizeHeaderCase(header)] = options.headers[header];
}
}
delete options.headers;
}
delete options.headers;

@@ -118,0 +120,0 @@ extend(true, result, options);

2

package.json
{
"name": "couchdb-objects",
"version": "1.0.2",
"version": "1.0.3",
"main": "index.js",

@@ -5,0 +5,0 @@ "description": "Aids in the construction of JSON objects as used by CouchDB.",

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