New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

gfast-html-parser

Package Overview
Dependencies
Maintainers
1
Versions
8
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

gfast-html-parser - npm Package Compare versions

Comparing version 1.0.6 to 1.0.7

4

index.js

@@ -382,4 +382,4 @@ require('apollojs');

if (this.rawAttrs) {
var re = /\b(([a-z][a-z0-9\-]*)\s*=\s*("([^"]+)"|'([^']+)'|(\S+))|\b([a-z][a-z0-9\-]+))/gi;
let re2 = /\b([a-z][a-z0-9\-]*)\s*=\s*("([^"]+)"|'([^']+)'|(\S+))/;
var re = /\b(([a-z][a-z0-9\-:_]*)\s*=\s*("([^"]+)"|'([^']+)'|(\S+))|\b([a-z][a-z0-9\-]+))/gi;
let re2 = /\b([a-z][a-z0-9\-:_]*)\s*=\s*("([^"]+)"|'([^']+)'|(\S+))/;
let res = this.rawAttrs.match(re);

@@ -386,0 +386,0 @@ for (let i = 0, t = res.length; i < t; ++i) {

{
"name": "gfast-html-parser",
"version": "1.0.6",
"version": "1.0.7",
"description": "A very fast HTML parser, generating a simplified DOM, with basic element query support.",

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