Socket
Socket
Sign inDemoInstall

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 0.2.4 to 0.2.5

test/script_replace_target.html

4

index.js

@@ -30,2 +30,6 @@ var sax = require('sax');

}
else if (type === 'open' && tag && tag.name === 'SCRIPT'
&& tag.attributes.src) {
var len = 0;
}
else {

@@ -32,0 +36,0 @@ var len = parser.position - parser.startTagPosition + 1;

2

package.json
{
"name" : "trumpet",
"version" : "0.2.4",
"version" : "0.2.5",
"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

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