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.8.7

Diff

kamikillerto
published 0.9.1 •

Changelog

Source

0.9.2 (2022-10-01)

Bug Fixes

  • Correct ignoreFiles options check. Fix the error path should be a path.relative()d string reported when using the legacy config format and the the vscode extension.
kamikillerto
published 0.9.0 •

Changelog

Source

0.9.0 (2022-08-26)

Breaking 💥

Drop support for node 10 and node 12.

Refactor 🧰

Move to monorepo and split codebase into 4 packages:

  • @linthtml/cli - The cli part of LintHTML.
  • @linhtml/dom-utils - Collection of utils functions to manipulate and check HTML nodes, it's used internally by the rules and the HTML parser.
  • @linthtml/html-parser - The HTML parser used internally to parse HTML content and get return an AST.
  • @linthtml/linthtml - The core package, it contains all rules, the linter and the config management.

All packages have also been migrated to Typescript.

Bug Fixes

  • Rule id-no-dup, stop reporting error for id like toString
kamikillerto
published 0.9.0-beta.4 •

kamikillerto
published 0.9.0-beta.3 •

kamikillerto
published 0.9.0-beta.2 •

Changelog

Source

0.9.0-beta.2 (2022-07-28)

Refactor

All packages have been migrated to Typescript. Thanks to Typescript some bugs havee been found and corrected.

Docs

There's now an online documentation for LintHTML

kamikillerto
published 0.8.6 •

Changelog

Source

0.8.6 (2022-03-25)

Fix

  • Remove ignoreFiles property from config in legacy linter (3eb7972)
kamikillerto
published 0.8.5 •

Changelog

Source

0.8.5 (2021-03-08)

Fix

  • Stop reporting error for --print-config option
kamikillerto
published 0.9.0-beta.1 •

Changelog

Source

0.9.0-beta.1 (2022-02-17)

Refactor 🧰

Move to monorepo and split codebase into 4 packages:

  • @linthtml/cli - The cli part of LintHTML.
  • @linhtml/dom-utils - Collection of utils functions to manipulate and check HTML nodes, it's used internally by the rules and the HTML parser.
  • @linthtml/html-parser - The HTML parser used internally to parse HTML content and get return an AST.
  • @linthtml/linthtml - The core package, it contains all rules, the linter and the config management.

All packages have also been migrated to Typescript.

kamikillerto
published 0.9.0-alpha.7 •

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