Security News
Research
Data Theft Repackaged: A Case Study in Malicious Wrapper Packages on npm
The Socket Research Team breaks down a malicious wrapper package that uses obfuscation to harvest credentials and exfiltrate sensitive data.
@hint/parser-html
Advanced tools
@hint/parser-html
)The HTML
parser is built on top of jsdom
so hints can
analyze HTML
files.
Note: This parser is currently only needed if using the local
connector. Other connectors provide their own DOM to
generate events instead.
This package is installed automatically by webhint:
npm install hint --save-dev
To use it, activate it via the .hintrc
configuration file:
{
"connector": {...},
"formatters": [...],
"hints": {
...
},
"parsers": ["html"],
...
}
Note: The recommended way of running webhint is as a devDependency
of
your project.
This parser
emits the event parse::end::html
of type HTMLParse
which has the following information:
document
: an HTMLDocument
object containing the
parsed document.html
: a string containing the raw HTML source code.resource
: the parsed resource.And the event parse::start::html
of type Event
which has the
following information:
resource
: the resource that is going to be parsed.FAQs
webhint parser needed to analyze HTML files
The npm package @hint/parser-html receives a total of 8,640 weekly downloads. As such, @hint/parser-html popularity was classified as popular.
We found that @hint/parser-html demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 5 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.
Security News
Research
The Socket Research Team breaks down a malicious wrapper package that uses obfuscation to harvest credentials and exfiltrate sensitive data.
Research
Security News
Attackers used a malicious npm package typosquatting a popular ESLint plugin to steal sensitive data, execute commands, and exploit developer systems.
Security News
The Ultralytics' PyPI Package was compromised four times in one weekend through GitHub Actions cache poisoning and failure to rotate previously compromised API tokens.