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

html-validate

Package Overview
Dependencies
Maintainers
1
Versions
265
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

html-validate - npm Package Versions

13
27

8.23.0

Diff

Changelog

Source

8.23.0 (2024-09-22)

Features

  • deps: support vitest v2 (860b0c0)
ext
published 9.0.0-rc.2 •

Changelog

Source

9.0.0-rc.2 (2024-09-21)

⚠ BREAKING CHANGES

  • api: This change affects API users only. Config.fromFile(..) and Config.fromObject(..) will return a Promise when used with an async loader or resolver.
  • api: This change affects API users only. ConfigLoader methods can optionally return a Promise for async operation. For most use-cases this will not require any changes.
  • api: This change affects API users only. The ConfigLoader.globalConfig property has been replaced with ConfigLoader.getGlobalConfig() (async) and ConfigLoader.getGlobalConfigSync() (sync).

Features

  • api: Config.fromFile and Config.fromObject can return Promise (2d827f8)
  • api: ConfigLoaders can optionally return Promise for async operation (ccea523)
  • api: replace ConfigLoader.globalConfig with ConfigLoader.getGlobalConfig() (404d44e)
ext
published 9.0.0-rc.1 •

Changelog

Source

9.0.0-rc.1 (2024-09-09)

⚠ BREAKING CHANGES

  • api: This change only affects API users. The ConfigLoader.getConfigFor() method may now optionally return and asynchronous Promise. For most use-cases this will not require any changes.

Features

  • api: ConfigLoader.getConfigFor() may return Promise-based async results (eb05356)
ext
published 8.22.0 •

Changelog

Source

8.22.0 (2024-09-09)

Features

  • api: make DOMNode constructor internal (13377ac)
  • api: make HtmlElement constructor private (fbf4303)
  • deps: drop @babel/code-frame dependency (0003ffd)
  • deps: update @sidvind/better-ajv-errors to v3 (3112289)

Bug Fixes

  • deps: update dependency ignore to v5.3.2 (9d86e68)
ext
published 8.21.0 •

Changelog

Source

8.21.0 (2024-07-20)

Features

  • api: add DOMTree.readyState (1f6f69b)
  • api: deprecate DOMTree.find(..) in favour of querySelector(..) (ac0bb77)
  • api: internal methods of DOMTree removed from public API (79a03be)
  • api: new walk.depthFirst(..) API to replace now deprecated DOMTree.visitDepthFirst(..) method (f9dbda0)

Bug Fixes

  • html5: spellcheck is a global attribute (46594a1)
ext
published 8.20.1 •

Changelog

Source

8.20.1 (2024-06-11)

Bug Fixes

  • rules: fix attribute-allowed-values error location for empty values (2c04eeb)
ext
published 8.20.0 •

Changelog

Source

8.20.0 (2024-06-02)

Features

  • api: new setConfig method on StaticConfigLoader to change config (1bf7559)
  • api: new getter/setter for configuration loader (6283091)
ext
published 8.19.1 •

Changelog

Source

8.19.1 (2024-05-23)

Bug Fixes

  • rules: wcag/h36 no longer reports for hidden elements (aba06d1)
  • rules: wcag/h37 no longer validates <input type="submit"> (use wcag/h36 instead) (e82b17a), closes #254
  • rules: make wcag/h36 have better message and location (8a80cc8)
ext
published 8.19.0 •

Changelog

Source

8.19.0 (2024-05-18)

Features

  • rules: new option allowCheckboxDefault for form-dup-name (293b951), closes #251

Bug Fixes

  • rules: multiple-labeled-controls handles hidden input (4d794b6), closes #251
  • rules: wcag/h30 only applies to <a href> (cd93dfe), closes #252
  • rules: handle unicode letters in valid-id (c83687a), closes #253
ext
published 8.18.2 •

Changelog

Source

8.18.2 (2024-04-20)

Bug Fixes

  • html5: allow textarea to have autocomplete values other than on and off (c1dfbb1), closes #249
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