You're Invited:Meet the Socket Team at BlackHat and DEF CON in Las Vegas, Aug 4-6.RSVP
Socket
Book a DemoInstallSign in
Socket

htmljs-parser

Package Overview
Dependencies
Maintainers
5
Versions
114
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

htmljs-parser - npm Package Versions

1345
12

5.4.1

Diff
d
dylanpiercey
published 5.4.1 •

Changelog

Source

5.4.1

Patch Changes

d
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.
d
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.
d
dylanpiercey
published 5.2.4 •

Changelog

Source

5.2.4

Patch Changes

d
dylanpiercey
published 5.2.3 •

Changelog

Source

5.2.3

Patch Changes

d
dylanpiercey
published 5.2.2 •

Changelog

Source

5.2.2

Patch Changes

  • #146 bcfd809 Thanks @DylanPiercey! - Fixes an issue where attribute names that started with a keyword (eg: as-thing or instanceof-thing) were incorrectly treated as an expression continuation.
d
dylanpiercey
published 5.2.1 •

Changelog

Source

5.2.1

Patch Changes

  • #143 635b97c Thanks @DylanPiercey! - Fix issue where and extra character was being consumed if an escaped placeholder was at the end of a tag.
d
dylanpiercey
published 5.2.0 •

Changelog

Source

5.2.0

Minor Changes

  • #141 81cff30 Thanks @DylanPiercey! - Add support for type parameter/argument parsing. This adds a new onTagTypeParams, onTagTypeArgs events and a .typeParams property on the AttrMethod range.
d
dylanpiercey
published 5.1.5 •

Changelog

Source

5.1.5

Patch Changes

d
dylanpiercey
published 5.1.4 •

Changelog

Source

5.1.4

Patch Changes

  • #134 cdbc6b2 Thanks @DylanPiercey! - Improve missing attribute error when the tag is immediately closed without the attribute value.