Socket
Socket
Sign inDemoInstall

couch-login

Package Overview
Dependencies
47
Maintainers
1
Versions
30
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.1.17 to 0.1.18

4

package.json

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

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

@@ -16,3 +16,3 @@ "type": "git",

"dependencies": {
"request": "2 >=2.14"
"request": "2 >=2.25.0"
},

@@ -19,0 +19,0 @@ "devDependencies": {

@@ -249,3 +249,4 @@ var tap = require('tap')

t.equal(res.statusCode, 200)
t.deepEqual(data, { couchdb: 'Welcome', version: '1.2.0' })
t.has(data, { couchdb: 'Welcome' })
t.ok(data.version)
t.end()

@@ -252,0 +253,0 @@ })

Sorry, the diff of this file is not supported yet

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