Comparing version 0.0.10 to 0.0.11
@@ -174,4 +174,8 @@ var stream = require('stream') | ||
console.log('_transforming'); | ||
console.log(chunk); | ||
for( var i in chunk.entry){ | ||
console.log(chunk.entry[i].changes); | ||
} | ||
this.push(chunk); | ||
@@ -178,0 +182,0 @@ |
{ | ||
"name": "socializr", | ||
"version": "0.0.10", | ||
"version": "0.0.11", | ||
"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
27226
1113