Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

mongo-watch

Package Overview
Dependencies
Maintainers
1
Versions
23
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

mongo-watch - npm Package Compare versions

Comparing version 0.2.2 to 0.2.3

2

package.json
{
"name":"mongo-watch",
"description":"A mongo watcher. This ties into the MongoDB replication oplog, and exposes all data modifications via an EventEmitter.",
"version":"0.2.2",
"version":"0.2.3",
"homepage":"http://github.com/TorchlightSoftware/mongo-watcher",

@@ -6,0 +6,0 @@ "repository":"git://github.com/TorchlightSoftware/mongo-watcher.git",

@@ -59,2 +59,10 @@ # Mongo Watch

## Authentication
Pass the "username" and "password" options.
```coffee
watcher = new MongoWatch {username: 'bobross', password: 'happytrees'}
```
## Debugging

@@ -61,0 +69,0 @@

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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