Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@lezer/html

Package Overview
Dependencies
Maintainers
1
Versions
20
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@lezer/html - npm Package Versions

2

1.3.10

Diff

Changelog

Source

1.3.10 (2024-05-29)

Bug fixes

Fix an issue that broke attribute reading when defining a nested language on a tag that isn't a style, textearea, or script tag.

marijn
published 1.3.9 •

Changelog

Source

1.3.9 (2024-02-21)

Bug fixes

When using the "selfClosing" dialect, fix parse errors for <br/> (tags that implicitly self-close) and <script/> (special tags).

marijn
published 1.3.8 •

Changelog

Source

1.3.8 (2023-12-28)

Bug fixes

Add bidiIsolate node props for tags, comments, and attributes.

Mark tags, attributes, and comments as isolating for bidirectional text.

marijn
published 1.3.7 •

Changelog

Source

1.3.7 (2023-11-23)

Bug fixes

Fix a bug that caused the parser to not properly recognize empty HTML comments. Don't emit nested parses for empty elements in configureNesting

Fix an issue where configureNesting could emit empty overlay ranges for empty elements.

marijn
published 1.3.6 •

Changelog

Source

1.3.6 (2023-07-12)

Bug fixes

Improve parsing of multiple unfinished opening tags by disallowing less-than characters in attribute names.

marijn
published 1.3.5 •

Changelog

Source

1.3.5 (2023-07-03)

Bug fixes

Make the package work with new TS resolution styles.

marijn
published 1.3.4 •

Changelog

Source

1.3.4 (2023-03-27)

Bug fixes

Fix a bug that caused mixed parsing of non-style/script elements to attach the nested parse tree to the incorrect node.

marijn
published 1.3.3 •

Changelog

Source

1.3.3 (2023-02-21)

Bug fixes

Make sure build output is strictly ES6 again.

marijn
published 1.3.2 •

Changelog

Source

1.3.2 (2023-02-16)

Bug fixes

Fix a crash caused by nexted parsing of attributes returning invalid ranges for attributes missing their closing quote.

marijn
published 1.3.1 •

Changelog

Source

1.3.1 (2023-02-11)

Bug fixes

Always allow self-closing tags in <svg> and <math> tags.

2
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