New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

html-validate

Package Overview
Dependencies
Maintainers
0
Versions
286
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

html-validate - npm Package Versions

1
2022
29

2.8.1

Diff
ext
published 2.8.1 •

Changelog

Source

2.8.1 (2020-01-06)

Bug Fixes

  • cli: create output directory as needed (b5569f3)
  • meta: load metadata with readFile instead of require (c5de95b)
ext
published 2.8.0 •

Changelog

Source

2.8.0 (2020-01-02)

Features

  • rule: validate matching case for start and end tags (288cf86)
  • rules: refactor parseStyle from element-case and attr-case (24d8fad)
  • rules: support multiple case styles (5a397bd), closes #50
  • rules: support pascalcase and camelcase for element-case rule (be7d692)
ext
published 2.7.0 •

Changelog

Source

2.7.0 (2019-12-16)

Bug Fixes

  • config: more helpful error when user forgot to load plugin (62bbbe5)

Features

  • config: configuration schema validation (c9fe45f), closes #61
  • dom: allow plugins to modify element annotation (979da57)
  • dom: allow plugins to modify element metadata (cbe3e78), closes #62
  • elements: make schema publicly accessible (bcab9e4)
  • rules: use annotated name (1895ef4)
ext
published 2.6.0 •

Changelog

Source

2.6.0 (2019-12-12)

Bug Fixes

  • cli: useful error message when metadata is invalid (165da72)
  • elements: allow requiredAttributes and others to be empty array (244d038), closes #59
  • error: better schema validation error (9a5f8fe)

Features

  • lexer: handle rudimentary template tags such as <% .. %> (a0f6190)
ext
published 2.5.0 •

Changelog

Source

2.5.0 (2019-12-09)

Bug Fixes

  • config: keep track of plugin original name (9e7ea3e)
  • config: throw error is plugin is missing (bc61a6b)
  • htmlvalidate: more verbose output from --dump-source (f0089c6)
  • htmlvalidate: prefer html-validate:recommended (8deb03a)

Features

  • htmlvalidate: new method canValidate to test if a file can be validated (f523028)
ext
published 2.4.3 •

Changelog

Source

2.4.3 (2019-12-08)

Bug Fixes

  • parser: report parser-error when stream ends before required token (50e1d67)
ext
published 2.4.2 •

Changelog

Source

2.4.2 (2019-12-05)

Bug Fixes

  • config: handle exceptions from loading plugin (3aec3f3), closes #55
ext
published 2.4.1 •

Changelog

Source

2.4.1 (2019-12-02)

Bug Fixes

  • lexer: handle missing Source properties (like offset) (2092942)
ext
published 2.4.0 •

Changelog

Source

2.4.0 (2019-12-01)

Bug Fixes

  • config: init can now safely be called multiple times (ed46c19)
  • htmlvalidate: initialize global config if needed (6d05747)

Features

  • htmlvalidate: retain offset when yielding multiple sources (fe1705e)
  • transform: add offsetToLineColumn helper (1e61d00)
ext
published 2.3.0 •

Changelog

Source

2.3.0 (2019-11-27)

Bug Fixes

  • config: update --init config for html-validate-vue@2 (6553ded)

Features

  • transform: support hasChain to test if a transformer is present (e8ef4f5)