Socket
Socket
Sign inDemoInstall

couchdb-doc_purger

Package Overview
Dependencies
1
Maintainers
1
Versions
3
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    couchdb-doc_purger

Purge all deleted Couchb Documents


Version published
Weekly downloads
3
Maintainers
1
Created
Weekly downloads
 

Readme

Source

couchdb-doc_purger

logo

License

GNU General Public License v3.0 -

What is Couchdb Replication Checker?

npm module to check if the replicated couchdbs are ok

Usage:

var o = require('couchdb-doc_purger');
o.dbs['dbname'] = {
  'http://192.168.80.241:5984' : {'user' : 'foo','pass' : 'bar'},
  'http://another_host.com' : {'user' : 'foo','pass' : 'bar'}
};

async function start() {
 await o.purge();
}
start();

Keywords

FAQs

Last updated on 22 Jan 2019

Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

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