hyperstream
Advanced tools
Comparing version 0.1.4 to 0.2.0
{ | ||
"name" : "hyperstream", | ||
"version" : "0.1.4", | ||
"version" : "0.2.0", | ||
"description" : "stream html into html at a css selector", | ||
"main" : "index.js", | ||
"dependencies" : { | ||
"trumpet" : "~0.3.5", | ||
"trumpet" : "~0.4.0", | ||
"duplexer" : "~0.0.2", | ||
@@ -14,3 +14,4 @@ "through" : "~2.3.4", | ||
"tap" : "~0.4.0", | ||
"concat-stream" : "~0.1.1" | ||
"concat-stream" : "~1.0.0", | ||
"hyperquest" : "~0.1.5" | ||
}, | ||
@@ -17,0 +18,0 @@ "scripts" : { |
@@ -20,3 +20,3 @@ var test = require('tap').test; | ||
var hq = hyperquest('http://localhost:' + port); | ||
hq.pipe(concat(function (err, src) { | ||
hq.pipe(concat(function (src) { | ||
t.equal(String(src), '<div class="a">xyz</div>'); | ||
@@ -23,0 +23,0 @@ })); |
@@ -16,3 +16,3 @@ var test = require('tap').test; | ||
var rs = through(); | ||
rs.pipe(hs).pipe(concat(function (err, src) { | ||
rs.pipe(hs).pipe(concat(function (src) { | ||
t.equal(src, [ | ||
@@ -19,0 +19,0 @@ '<div class="a">' + Array(SIZE).join('THEBEST') + '</div>', |
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
16795
3
+ Addedtrumpet@0.4.2(transitive)
- Removedtrumpet@0.3.6(transitive)
Updatedtrumpet@~0.4.0