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
810

0.2.6

Diff

Changelog

Source

v0.2.6

  • [FIX] #68, #69, #70 and #71
kamikillerto
published 0.2.5 •

Changelog

Source

v0.2.5

  • [FIX] #61 Exit shell process with an error code when there's lint errors
  • [FIX] #64 Change raw-ignore-text behaviour to stop reporting unexisting lint errors
kamikillerto
published 0.2.4 •

Changelog

Source

v0.2.4

  • [FIX] #58 indent-width stop reporting error for this html
<p>
  foo
  <span>bar</span>
</p>
kamikillerto
published 0.2.3 •

Changelog

Source

v0.2.3

  • [FIX] Correct an issue with rules errors messages generation
kamikillerto
published 0.2.2 •

Changelog

Source

v0.2.2

  • [FIX] indent-width stop reporting error for this html
<p>foo<span>bar</span></p>
  • [FIX] attr-no-unsafe-char Allow new line, spaces, tabs... in attributes

close #55

  • [REFACTOR] Get rid of lodash
kamikillerto
published 0.2.1 •

Changelog

Source

v0.2.1

  • [FIX] Add missing await preventing the display of lint errors
kamikillerto
published 0.2.0 •

Changelog

Source

v0.2.0

  • [REMOVED] Support for node@6

  • [REMOVED] Removed rule spec-char-escape. You cannot escape characters with \ in HTML text.

  • [REMOVED] Stop reporting issues for invalid rule config

  • [REMOVED] Stop reporting issues for nonexisting rule

  • [IMPROVEMENT] Throw an error for nonexisting rule and stop the cli.

  • [IMPROVEMENT] Throw an error for invalid rules config and stop the cli.

  • [IMPROVEMENT] Now indent-style and indent-width catch more errors than before. Checkout rules doc for more information about valid/invalid patterns.

  • [IMPROVEMENT] Rule tag-req-attr, report an error per missing attributs and list missing attributes in error messages.

  • [IMPROVEMENT] Rule title-no-dup, report an error per duplicated <title> tag.

  • [REFACTOR] Move rules's tests inside rule folder

  • [REFACTOR] Remove strict option for rule label-req-for due to the lack of documentations and tests.

  • [FIX] Make +0 option for rule attr-new-line behave has explained in the rule's description

  • [FIX] Correct input-req-label rule and now report errors even when for value match inputs's name attribute. (for should be paired with id as specified in HTML specs)

kamikillerto
published 0.2.0-beta.1 •

kamikillerto
published 0.1.8 •

Changelog

Source

v0.1.8

  • [FIX] Correct tarball generation
kamikillerto
published 0.1.7 •

Changelog

Source

v0.1.7

  • [BUILD] Security upgrade for dependencies
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