Research
Security News
Malicious npm Packages Inject SSH Backdoors via Typosquatted Libraries
Socket’s threat research team has detected six malicious npm packages typosquatting popular libraries to insert SSH backdoors.
@suadelabs/htmllint
Advanced tools
An unofficial html5 linter and validator.
htmllint uses a parser to get the DOM for your html. It then uses the provided rules (and default rules) to lint both the DOM and then individual lines. Take a look at the supported options.
If you'd like to run htmllint, we have a few options.
This module doesn't provide any interface on its own. It is highly recommended that you use one of the following modules to run the linter:
gulp-htmllint
: a gulp interface for htmllintgrunt-htmllint
: a grunt plugin for htmllinthtmllint-cli
: a cli interface for htmllint (NOTE: not complete at the moment)You can use htmllint in Node.JS by using
require('htmllint')
in your code, and doing an install with
npm install htmllint
(Remember --save-dev
if this is just for your development).
To learn more about the options and usage of htmllint, check out the user manual.
FAQs
An unofficial html5 linter.
The npm package @suadelabs/htmllint receives a total of 4 weekly downloads. As such, @suadelabs/htmllint popularity was classified as not popular.
We found that @suadelabs/htmllint demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 2 open source maintainers collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Research
Security News
Socket’s threat research team has detected six malicious npm packages typosquatting popular libraries to insert SSH backdoors.
Security News
MITRE's 2024 CWE Top 25 highlights critical software vulnerabilities like XSS, SQL Injection, and CSRF, reflecting shifts due to a refined ranking methodology.
Security News
In this segment of the Risky Business podcast, Feross Aboukhadijeh and Patrick Gray discuss the challenges of tracking malware discovered in open source softare.