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.7.1 to 1.7.2

6

index.js

@@ -40,3 +40,7 @@ var Duplex = require('readable-stream').Duplex;

while ((row = s.read()) !== null) {
if (row[1] && row[1].length) {
if (row[0] === 'END') {
this.push(row[1][1])
read ++
}
else if (row[1] && row[1].length) {
this.push(row[1]);

@@ -43,0 +47,0 @@ read ++;

2

package.json
{
"name": "trumpet",
"version": "1.7.1",
"version": "1.7.2",
"description": "parse and transform streaming html using css selectors",

@@ -5,0 +5,0 @@ "main": "index.js",

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