html-select
Advanced tools
Comparing version 2.3.23 to 2.3.24
@@ -64,3 +64,4 @@ var through = require('through2'); | ||
if (row[0] === 'FIRST') { | ||
input.write(row); | ||
if (iended) input.push(row) | ||
else input.write(row); | ||
return next(); | ||
@@ -67,0 +68,0 @@ } |
{ | ||
"name": "html-select", | ||
"version": "2.3.23", | ||
"version": "2.3.24", | ||
"description": "match a tokenized html stream with css selectors", | ||
@@ -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
204513
88
3763
26