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

2.4.2

Diff

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)
ext
published 2.2.0 •

Changelog

Source

2.2.0 (2019-11-23)

Bug Fixes

  • config: throw ConfigError when elements cannot be loaded (62c08e7)
  • docs: update plugin docs (340d0ca)
  • plugin: make all fields optional (a587239)

Features

  • plugin: allow specifying name (6554f72)
ext
published 2.1.0 •

Changelog

Source

2.1.0 (2019-11-21)

Bug Fixes

  • deps: update dependency chalk to v3 (f84bd35)
  • rules: wcag/h32 support custom form elements (e00e1ed)

Features

  • meta: add method to query all tags with given property (eb3c593)
  • meta: adding form property (edf05b0)
  • meta: allow inheritance (5c7725d)
  • meta: support @form category (66d75a8)
ext
published 2.0.1 •

Changelog

Source

2.0.1 (2019-11-19)

Bug Fixes

  • config: better error when loading missing transformer from plugin (db48a01)
  • config: fix loading non-plugin transformer with plugin present (c9ad080), closes #54
ext
published 2.0.0 •

Changelog

Source

2.0.0 (2019-11-17)

Features

  • config: transformers must now operate on Source (9c2112c)
  • config: wrap transformer error message better (9f833e9)
  • htmlvalidate: string sources are now transformed too (0645e37)
  • plugin: support exposing transformers from plugins (1370565)
  • transform: add context object as this (cb76cb3)
  • transform: add version number to API (94a5663)
  • transform: adding test utils (9e42590)
  • transform: support chaining transformers (4a6fd51)
  • transform: support returning iterators (623b2f2)

BREAKING CHANGES

  • config: Previously transformers took a filename and had to read data of the file itself. Transformers will now receive a Source instance with the data preread.
ext
published 1.16.1-0 •

ext
published 1.16.0 •

Changelog

Source

1.16.0 (2019-11-09)

Bug Fixes

  • cli: fix --init not creating configuration unless overwriting (9098529)
  • config: use readFile to prevent unintended caching (4864bfa)

Features

  • shim: expose version number in shim (890d122)
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