Comparing version 1.6.6 to 1.7.0
@@ -138,5 +138,7 @@ var Duplex = require('readable-stream').Duplex; | ||
gets.push([ key, cb ]); | ||
return this; | ||
}, | ||
getAttributes: function (cb) { | ||
getss.push(cb); | ||
return this; | ||
}, | ||
@@ -146,2 +148,3 @@ setAttribute: function (key, value) { | ||
sets.push([ key, value ]); | ||
return this; | ||
}, | ||
@@ -151,2 +154,3 @@ removeAttribute: function (key) { | ||
removes.push(key); | ||
return this; | ||
}, | ||
@@ -153,0 +157,0 @@ createReadStream: function (opts) { |
{ | ||
"name": "trumpet", | ||
"version": "1.6.6", | ||
"version": "1.7.0", | ||
"description": "parse and transform streaming html using css selectors", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
Sorry, the diff of this file is not supported yet
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
73198
1395
203