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.1 to 1.0.2

2

index.js

@@ -378,3 +378,3 @@ require('apollojs');

if (vs.length === 1) {
attrs[vs[0]] = null;
attrs[vs[0]] = '';
}else if (vs.length === 2) {

@@ -381,0 +381,0 @@ attrs[vs[0]] = vs[1];

{
"name": "gfast-html-parser",
"version": "1.0.1",
"version": "1.0.2",
"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