Socket
Socket
Sign inDemoInstall

couchdb-mkdb

Package Overview
Dependencies
9
Maintainers
1
Versions
9
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.1.0 to 1.1.1

2

npm-shrinkwrap.json
{
"name": "couchdb-mkdb",
"version": "1.1.0",
"version": "1.1.1",
"dependencies": {

@@ -5,0 +5,0 @@ "event-stream": {

{
"name": "couchdb-mkdb",
"version": "1.1.0",
"version": "1.1.1",
"description": "Utility to create couchdb databases easier.",

@@ -5,0 +5,0 @@ "main": "index.js",

@@ -21,3 +21,2 @@ # couchdb-mkdb

// `security` is a special option ...
host: app.get('couchdb'),
security: {

@@ -30,2 +29,3 @@ admins: {names: [req.user.name], roles: []},

// See [http.request()](https://nodejs.org/api/http.html#http_http_request_options_callback)
host: app.get('couchdb'),
auth: app.get('auth')

@@ -76,3 +76,3 @@ };

* `errorResponse(res)` - *deprecated* Emitted when couchdb returns a paranormal response. See [Update notes](#update-notes)
* `response(res)` - Emitted when couchdb returns a paranormal response
* `response(res)` - Emitted when couchdb responds to the last action
* `success` - Emitted on success

@@ -79,0 +79,0 @@

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