Comparing version 0.2.17 to 0.2.18
@@ -150,5 +150,5 @@ var stream = require('stream') | ||
stream.push( | ||
new Message(stream,data) | ||
new Message(stream,data[j]) | ||
); | ||
console.log( data); | ||
console.log( data[j]); | ||
} | ||
@@ -155,0 +155,0 @@ complete(); |
{ | ||
"name": "socializr", | ||
"version": "0.2.17", | ||
"version": "0.2.18", | ||
"description": "Read data streams from several social networks.", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
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
49261