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
262
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

html-validate - npm Package Versions

23
27

8.27.0

Diff

ext
published 8.26.0 •

Changelog

Source

8.26.0 (2024-11-26)

Features

  • better handling of mismatched/unclosed tags (489ccae), closes #272
ext
published 8.25.1 •

Changelog

Source

8.25.1 (2024-11-24)

Bug Fixes

  • fix dump tree output with nested elements (854c274)
ext
published 8.25.0 •

Changelog

Source

8.25.0 (2024-11-11)

Features

  • cli: add --preset to set preset when using cli (2ec038f), closes #269

Bug Fixes

  • properly close elements with optional end tag when implicit document element is used (bbe2a99), closes #268
  • types: narrow numeric rule severity to only 0, 1 and 2 (88cf8a2)
ext
published 8.24.2 •

Changelog

Source

8.24.2 (2024-10-16)

Bug Fixes

  • add default environment to package.json exports (a21a1ef), closes #265
ext
published 8.24.1 •

Changelog

Source

8.24.1 (2024-10-07)

Bug Fixes

  • dont validate quotes in dynamically added attributes (2125d86)
ext
published 8.24.0 •

Changelog

Source

8.24.0 (2024-09-24)

Features

  • new html-validate:browser configuration preset (f4e6f5b), closes #261
ext
published 8.23.0 •

Changelog

Source

8.23.0 (2024-09-22)

Features

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)
23
27
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