html-select
Advanced tools
Comparing version 2.3.13 to 2.3.14
@@ -167,4 +167,7 @@ var through = require('through2'); | ||
}; | ||
// since we're only using this stream for write, | ||
// siphon off the read end to prevent it from blocking. | ||
stream.resume(); | ||
w.on('finish', function () { stream.end() }); | ||
return w; | ||
}; |
{ | ||
"name": "html-select", | ||
"version": "2.3.13", | ||
"version": "2.3.14", | ||
"description": "match a tokenized html stream with css selectors", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
Sorry, the diff of this file is not supported yet
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
155927
79
3401