Comparing version 1.0.7 to 1.0.8
@@ -86,3 +86,3 @@ var util = require('util') | ||
if (err || !data) { | ||
self.cursor.close(); | ||
self._close(); | ||
self.emit('error', err ? err : new Error('no data')); | ||
@@ -89,0 +89,0 @@ } else { |
{ | ||
"name": "vubsub", | ||
"version": "1.0.7", | ||
"version": "1.0.8", | ||
"description": "Pub/Sub for Node.js and MongoDB", | ||
@@ -5,0 +5,0 @@ "homepage": "https://github.com/vivocha/vubsub", |
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
10147