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
1
Versions
282
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

html-validate - npm Package Versions

1
28

1.7.1

Diff

Changelog

Source

1.7.1 (2019-09-15)

Bug Fixes

  • config: better error message when transformer fails to load (c5a4f38)
ext
published 1.7.0 •

Changelog

Source

1.7.0 (2019-09-11)

Bug Fixes

  • parser: fix conditional comments pushing elements into tree (b26fe80), closes #51
  • rules: attr-case no longer reports duplicate errors for dynamic attributes (c06ae67), closes #48

Features

  • location: allow sliceLocation to wrap line/column (cbd7796)
  • rules: add PascalCase and camelCase styles for attr-case (9e91f81), closes #49
ext
published 1.6.0 •

Changelog

Source

1.6.0 (2019-09-01)

Bug Fixes

  • matchers: typo in error message (daeabba)

Features

  • matchers: optionally test context (44fcf47)
ext
published 1.5.1 •

Changelog

Source

1.5.1 (2019-08-20)

Bug Fixes

  • elements: mark contextmenu attribute as deprecated (db4069f)

Features

  • rules: new rule no-unknown-elements (96f5fcf)
ext
published 1.5.0 •

Changelog

Source

1.5.0 (2019-08-17)

Bug Fixes

  • elements: <img> must have non-empty src (8916e19)
  • rules: change output format of wcag/h37 and element-required-attributes to match (26f5074)

Features

  • cli: add --config to specify a custom configuration file (87b565f)
  • elements: <fieldset> requires <legend> (0bce9dd)
  • elements: <head> requires <title> (8aaa801)
  • elements: src, href, etc attributes cannot be empty (89c7ac6)
  • parser: include valueLocation in doctype event (803ddae)
  • rules: new rule doctype-html (46061a7)
  • rules: new rule element-required-content (664dead)
  • rules: new rule no-style-tag (a1dff5c)
ext
published 1.4.0 •

Changelog

Source

1.4.0 (2019-08-15)

Bug Fixes

  • deps: update dependency acorn-walk to v7 (1fe89e0)
  • reporter: fix {error,warning}Count after merging reports (bc657d0)
  • reporter: require {error,warning}Count to be present in Result (b1306a4)

Features

  • cli: add new --max-warnings flag (e78a1dc)
  • reporter: add {error,warning}Count summary to Report object (2bae1d0)
ext
published 1.3.0 •

Changelog

Source

1.3.0 (2019-08-12)

Features

  • rules: new rule no-missing-references (4653384)
ext
published 1.2.1 •

Changelog

Source

1.2.1 (2019-07-30)

  • fix configuration when using multiple extends.
ext
published 1.2.0 •

Changelog

Source

1.2.0 (2019-06-23)

  • new rule prefer-tbody to validate presence of <tbody> in <table.
  • add requiredAncestors metadata and validation to test elements with additional requirements for the parent elements, such as <area> and <dd>/<dt>.
  • add HtmlElement.closest() to locate a parent matching the given selector.
  • add HtmlElement.matches() to test if a selector matches the given element.
  • fix so multiple combinators can be used in selectors, e.g. foo > bar > baz now works as expected.
ext
published 1.1.2 •

Changelog

Source

1.1.2 (2019-06-18)

  • allow div to group elements under dl (fixes #44).
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