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

@linthtml/linthtml

Package Overview
Dependencies
Maintainers
1
Versions
97
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@linthtml/linthtml - npm Package Versions

1
10

0.4.0-beta.3

Diff

Changelog

Source

v0.4.0-beta.3

Improvement 🔧

Change focusable-tabindex-style rule behavior, now this rules report errors if a node has a tabindex greater than 0. frame tag are now listed as self closing elements.

Fix

  • The rule id-class-style is now correctly called when id-style or class-style are not activated.n
  • tag-bans is now case insensitive, when config is only a single string (same behavior as array config)
  • Correctly extract config that are just numbers.

Refactor 🧰

Remove the speudo rule "tag" and use "dom" instead. Test all the rules with the new linter and the new config.

kamikillerto
published 0.4.0-beta.2 •

Changelog

Source

v0.4.0-beta.2

Feature 🚀

List files to ignore using .linthtmlignore file or ignoreFiles property in config object. (Documentation page)

Improvement 🔧

Improve error message for rules indent-size and indent-style

kamikillerto
published 0.4.0-beta.1 •

Changelog

Source

v0.4.0-beta.1

Feature 🚀

[CLI] Improve the init command

Give the possiblitie to selet the output format between JS, JSON and YAML and to generate a config file in the legacy format (like HTMLLint) or in the new format (introduced in the v0.3.0)

kamikillerto
published 0.3.2 •

Changelog

Source

v0.3.2

Fix

  • [#142] link-min-length-4 - Search for text content in child nodes
  • [#140] button-req-content - Ignore html comments when searching for button's textcontent.
kamikillerto
published 0.3.1 •

Changelog

Source

v0.3.1

Fix

id-class-style rule now report errors even rules id-style and class-style are disabled

kamikillerto
published 0.3.0 •

Changelog

Source

v0.3.0

Feature 🚀

New config file format

You can more details about this new format in the migration docs.

Warning level

You can now set a rule as warnig in the config file (⚠️ only available with the new config format).

New rules

Add new rules from htmllint v0.8.0

Beta version warning

The CLI will now output a small warning message when running a beta version.

Improvement 🔧

Better issues output

The CLI's output for the issues as been improved and now everythings is properly aligned to improve the readability.

kamikillerto
published 0.3.0-beta.3 •

Changelog

Source

v0.3.0-beta.3

CLI

  • [IMPROVMENT] Improve issues display in terminal

chore

  • [FEATURE] Add missing HTMLLint's rules (added in v0.8.0)
kamikillerto
published 0.3.0-beta.2 •

Changelog

Source

v0.3.0-beta.2

  • [FEATURE] Add warning level for rules/issues.
kamikillerto
published 0.3.0-beta.1 •

Changelog

Source

v0.3.0-beta.1

  • [FEATURE] New config format (more details here)

  • [FEATURE][cli] Warning message when running beta version

  • [REFACTOR] Get rid of some meta rules.

kamikillerto
published 0.2.7 •

Changelog

Source

v0.2.7

  • [SECURITY] Remove bulkify dependencie
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