Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

trumpet

Package Overview
Dependencies
Maintainers
1
Versions
48
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

trumpet - npm Package Compare versions

Comparing version 1.5.5 to 1.5.6

test/article.html

3

lib/matcher.js

@@ -125,3 +125,4 @@ var inherits = require('inherits');

}
else if (this.index < this.startLevel && this.startLevel !== null) {
else if (this.stack.length < this.startLevel
&& this.startLevel !== null) {
this.unmatch();

@@ -128,0 +129,0 @@ }

{
"name" : "trumpet",
"version" : "1.5.5",
"version" : "1.5.6",
"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
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc