Socket
Socket
Sign inDemoInstall

es-html-parser

Package Overview
Dependencies
Maintainers
1
Versions
9
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

es-html-parser - npm Package Compare versions

Comparing version 0.0.8 to 0.0.9

1

dist/tree-constructor/handlers/attribute-value.js

@@ -24,2 +24,3 @@ "use strict";

attribute.value = (0, utils_1.createNodeFrom)(token);
(0, utils_1.updateNodeEnd)(attribute, token);
state.caretPosition++;

@@ -26,0 +27,0 @@ return state;

10

package.json
{
"name": "es-html-parser",
"version": "0.0.8",
"version": "0.0.9",
"main": "dist/index.js",

@@ -18,9 +18,9 @@ "license": "MIT",

"@types/jest": "^28.1.7",
"@typescript-eslint/eslint-plugin": "^5.36.1",
"@typescript-eslint/parser": "^5.36.1",
"@typescript-eslint/eslint-plugin": "^6.1.0",
"@typescript-eslint/parser": "^6.1.0",
"eslint": "^8.23.0",
"jest": "^28.1.3",
"jest": "^29.6.1",
"prettier": "^2.7.1",
"rimraf": "^3.0.2",
"ts-jest": "^28.0.8",
"ts-jest": "^29.1.1",
"typescript": "^4.8.2"

@@ -27,0 +27,0 @@ },

@@ -13,3 +13,3 @@ # ES HTML Parser

ES HTML Parser is an HTML parser that generates an abstract syntax tree similar to the ESTree specification.
ES HTML Parser is a HTML parser that generates an abstract syntax tree similar to the ESTree specification.

@@ -16,0 +16,0 @@ This project began as a fork of [hyntax](https://github.com/mykolaharmash/hyntax) and is developed to follow [ESTree](https://github.com/estree/estree)-like ast specification.

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