mongo-watch
Advanced tools
Comparing version 0.2.1 to 0.2.2
@@ -1,2 +0,2 @@ | ||
require('coffee-script'); | ||
require('coffee-script/register'); | ||
module.exports = require('./lib/main'); |
{ | ||
"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.1", | ||
"version":"0.2.2", | ||
"homepage":"http://github.com/TorchlightSoftware/mongo-watcher", | ||
@@ -11,3 +11,3 @@ "repository":"git://github.com/TorchlightSoftware/mongo-watcher.git", | ||
"dependencies":{ | ||
"coffee-script":"*", | ||
"coffee-script":">1.7.0", | ||
"mongodb":"*", | ||
@@ -14,0 +14,0 @@ "async":"*" |
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Wildcard dependency
QualityPackage has a dependency with a floating version range. This can cause issues if the dependency publishes a new major version.
Found 1 instance in 1 package
21575
3
Updatedcoffee-script@>1.7.0