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.8 to 1.0.9

1

getDB.js

@@ -41,3 +41,2 @@ var cradle = require('cradle')

else {
inspect('creating database')
db.create(function (err) {

@@ -44,0 +43,0 @@ if (err) { return cb(err) }

2

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

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

@@ -19,3 +19,4 @@ var ce = require('cloneextend')

before(function (done) {
dbLib(config, function (err, dbReply) {
var couch = config.get('couch')
dbLib(couch, function (err, dbReply) {
should.not.exist(err)

@@ -22,0 +23,0 @@ should.exist(dbReply)

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