Socket
Socket
Sign inDemoInstall

htmljs-parser

Package Overview
Dependencies
0
Maintainers
5
Versions
109
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install
2345
11Next

5.5.2

Diff

Changelog

Source

5.5.2

Patch Changes

dylanpiercey
published 5.5.1 •

Changelog

Source

5.5.1

Patch Changes

  • #168 3a696d0 Thanks @DylanPiercey! - When the preceding character of an expression is a quote, prefer division over regexp state. This improves parsing for inline css grid properties.
dylanpiercey
published 5.5.0 •

Changelog

Source

5.5.0

Minor Changes

  • #164 13a33a3 Thanks @DylanPiercey! - Allow indented javascript style comments that are not under a parent tag in concise mode.
dylanpiercey
published 5.4.3 •

Changelog

Source

5.4.3

Patch Changes

  • #161 be73442 Thanks @DylanPiercey! - Fixes a regression where the parsed text state (used by eg script, style) was not properly entering back into text for the closing quote on the string.

  • #162 085451c Thanks @DylanPiercey! - Always consume next character of expression if terminator was preceded by an operator.

dylanpiercey
published 5.4.2 •

Changelog

Source

5.4.2

Patch Changes

  • #158 fe98530 Thanks @DylanPiercey! - Fixes an regression where string literals inside of parsed text nodes (eg <script>) were not properly changing the parser state. This caused issues when comment like syntax was embedded within these string literals"
dylanpiercey
published 5.4.1 •

Changelog

Source

5.4.1

Patch Changes

  • #156 72b3379 Thanks @DylanPiercey! - Fix regression where the parser would continue unary keyword expressions even if the keyword was inside a word boundary. Eg <div class=thing_new x> would cause the parser to see the expression as thing_ and new x.
dylanpiercey
published 5.4.0 •

Changelog

Source

5.4.0

Minor Changes

Patch Changes

  • #154 61e6966 Thanks @DylanPiercey! - Avoid continuing expressions after a period if after the whitespace is something that could not be an identifier.
dylanpiercey
published 5.3.0 •

Changelog

Source

5.3.0

Minor Changes

  • #152 ea65c9f Thanks @DylanPiercey! - Improve handling ambiguity with tag type args vs type params. Type args must now always be directly adjacent the tag name, otherwise it will become type params.
dylanpiercey
published 5.2.4 •

Changelog

Source

5.2.4

Patch Changes

dylanpiercey
published 5.2.3 •

Changelog

Source

5.2.3

Patch Changes

2345
11Next
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