New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

couchdb-update-views

Package Overview
Dependencies
Maintainers
1
Versions
13
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

couchdb-update-views - npm Package Compare versions

Comparing version 1.0.4 to 1.0.5

.travis.yml

6

cli.js

@@ -19,2 +19,8 @@ #! /usr/bin/env node

function sync(callback) {
var couch = config.get('couch')
if (!couch) {
return callback({
error: 'a "couch" section must be specified in your config file json'
})
}
getDB(config, function (err, db) {

@@ -21,0 +27,0 @@ getDocs(docsDir, function (err, files) {

7

package.json
{
"name": "couchdb-update-views",
"version": "1.0.4",
"version": "1.0.5",
"description": "Keep couchdb views up to date",

@@ -21,3 +21,3 @@ "main": "sync.js",

],
"bin" : "./cli.js",
"bin": "./cli.js",
"author": "Noah Isaacson",

@@ -32,3 +32,4 @@ "license": "BSD",

"should": "~1.2.2",
"async": "~0.2.5"
"async": "~0.2.5",
"required-keys": "~1.0.4"
},

@@ -35,0 +36,0 @@ "devDependencies": {

{
"couch": {
"host": "http://localhost",
"host": "localhost",
"protocol": "http",
"port": 5984,

@@ -5,0 +6,0 @@ "database": "views_test"

var ce = require('cloneextend')
var async = require('async')
var inspect = require('eyespect').inspector()
var uuid = require('node-uuid')
var moment = require('moment')

@@ -6,0 +5,0 @@ var should = require('should')

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc