Socket
Socket
Sign inDemoInstall

trumpet

Package Overview
Dependencies
18
Maintainers
1
Versions
48
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.6.6 to 1.7.0

4

index.js

@@ -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) {

2

package.json
{
"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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc