Comparing version 0.0.9 to 0.0.10
@@ -150,4 +150,4 @@ var stream = require('stream') | ||
console.log(req.body); | ||
//_this.write(req.text, 'utf8'); | ||
req.pipe( _this); | ||
_this.write(req.body); | ||
//req.pipe( _this); | ||
next(); | ||
@@ -174,2 +174,5 @@ }; | ||
console.log('_transforming'); | ||
console.log(chunk); | ||
this.push(chunk); | ||
@@ -176,0 +179,0 @@ |
{ | ||
"name": "socializr", | ||
"version": "0.0.9", | ||
"version": "0.0.10", | ||
"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
27171
1111