Socket
Socket
Sign inDemoInstall

htmlparser2

Package Overview
Dependencies
5
Maintainers
1
Versions
76
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 7.1.0 to 7.1.1

4

lib/Parser.js

@@ -136,3 +136,3 @@ "use strict";

var idx = this.tokenizer.getAbsoluteIndex();
this.endIndex = idx;
this.endIndex = idx - 1;
(_b = (_a = this.cbs).ontext) === null || _b === void 0 ? void 0 : _b.call(_a, data);

@@ -214,3 +214,3 @@ this.startIndex = idx;

// We know the stack has sufficient elements.
this.cbs.onclosetag(this.stack.pop(), pos !== 0);
this.cbs.onclosetag(this.stack.pop(), count !== 0);
}

@@ -217,0 +217,0 @@ }

{
"name": "htmlparser2",
"description": "Fast & forgiving HTML/XML parser",
"version": "7.1.0",
"version": "7.1.1",
"author": "Felix Boehm <me@feedic.com>",

@@ -6,0 +6,0 @@ "funding": [

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