Socket
Socket
Sign inDemoInstall

couch-login

Package Overview
Dependencies
1
Maintainers
1
Versions
30
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.1.13 to 0.1.14

1

couch-login.js

@@ -194,3 +194,2 @@ var request = require('request')

this.put(u + '?rev=' + data._rev, data, function (er, res, data) {
console.error('back from changepass', er, data, this.name)
if (er || res.statusCode >= 400)

@@ -197,0 +196,0 @@ return cb(er, res, data)

2

package.json

@@ -5,3 +5,3 @@ {

"description": "A module for doing logged-in requests to a couchdb server",
"version": "0.1.13",
"version": "0.1.14",
"repository": {

@@ -8,0 +8,0 @@ "type": "git",

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