Socket
Socket
Sign inDemoInstall

couchdb-all-dbs-changes

Package Overview
Dependencies
34
Maintainers
1
Versions
2
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    couchdb-all-dbs-changes

read stream changes feed for CouchDB's _all_dbs Database.


Version published
Weekly downloads
3
decreased by-40%
Maintainers
1
Install size
2.38 MB
Created
Weekly downloads
 

Readme

Source

couchdb-all-dbs-changes

readable stream on couchdb' _all_dbs


  var couch_url = 'http://localhost:5984';
  var ChangesFeed = require('./index');

  var feed = new ChangesFeed({
    url: couch_url
  });

  feed.on('data', function (a) {
    /.../
  });

  feed.on('error', function (err) {
    /.../
  });

todos:

  • pass through options to changes feed.

Keywords

FAQs

Last updated on 15 Dec 2014

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