Socket
Socket
Sign inDemoInstall

couchdb-configure

Package Overview
Dependencies
3
Maintainers
1
Versions
23
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.3.5 to 1.3.6

4

index.js
var nanoOption = require('nano-option')
var async = require('async')
var compile = require('couchdb-compile')
var assert = require('assert')

@@ -8,2 +9,5 @@ module.exports = function configure(url, source, callback) {

assert(typeof couch.request === 'function',
'URL must point to the root of a CouchDB server (not to a database).')
compile(source, { index: true }, function(error, config) {

@@ -10,0 +14,0 @@ var settings = Object.keys(config)

2

package.json
{
"name": "couchdb-configure",
"version": "1.3.5",
"version": "1.3.6",
"description": "Configure CouchDB from file or directory.",

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

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