Comparing version 1.3.0 to 1.3.1
@@ -15,2 +15,3 @@ var sax = require('sax'); | ||
function (buf) { | ||
if (typeof buf === 'string') buf = Buffer(buf); | ||
bufs.push(buf); | ||
@@ -17,0 +18,0 @@ return parser.write(buf); |
{ | ||
"name" : "trumpet", | ||
"version" : "1.3.0", | ||
"version" : "1.3.1", | ||
"description" : "parse and transform streaming html using 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
44207
1096