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

2

lib/Parser.js

@@ -239,2 +239,4 @@ "use strict";

this.closeCurrentTag(false);
// Set `startIndex` for next node
this.startIndex = this.endIndex + 1;
}

@@ -241,0 +243,0 @@ else {

14

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

@@ -52,3 +52,3 @@ "funding": [

"domelementtype": "^2.0.1",
"domhandler": "^4.0.0",
"domhandler": "^4.2.2",
"domutils": "^2.8.0",

@@ -59,9 +59,9 @@ "entities": "^3.0.1"

"@types/jest": "^27.0.1",
"@types/node": "^16.7.2",
"@typescript-eslint/eslint-plugin": "^4.29.3",
"@typescript-eslint/parser": "^4.29.3",
"@types/node": "^16.9.1",
"@typescript-eslint/eslint-plugin": "^4.31.0",
"@typescript-eslint/parser": "^4.31.0",
"eslint": "^7.32.0",
"eslint-config-prettier": "^8.1.0",
"jest": "^27.1.0",
"prettier": "^2.1.1",
"jest": "^27.1.1",
"prettier": "^2.4.0",
"ts-jest": "^27.0.5",

@@ -68,0 +68,0 @@ "typescript": "^4.4.2"

Sorry, the diff of this file is not supported yet

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