
Research
PyPI Package Disguised as Instagram Growth Tool Harvests User Credentials
A deceptive PyPI package posing as an Instagram growth tool collects user credentials and sends them to third-party bot services.
@hint/configuration-progressive-web-apps
Advanced tools
webhint's recommended hints configuration for progressive web apps (PWAs)
@hint/configuration-progressive-web-apps
)This packages is a webhint
's configuration package to use for
checking progressive web apps (PWAs) and it is installed automatically
by webhint:
Note: The recommended way of running webhint is as a devDependency
of
your project.
The minimum required .hintrc
file to use it is
the following:
{
"extends": ["progressive-web-apps"]
}
and it will be as if you had this:
{
"connector": {
"name": "puppeteer"
},
"formatters": [
"html",
"summary"
],
"hints": {
"apple-touch-icons": "error",
"manifest-app-name": "error",
"manifest-exists": "error",
"manifest-file-extension": "error",
"manifest-icons": "error",
"manifest-is-valid": "error",
...
},
"hintsTimeout": 120000,
"parsers": [
"manifest"
],
...
}
If you prefer to use another formatter (or any other hint/connector, etc.) you can do something like:
{
"extends": ["progressive-web-apps"],
"formatters": ["codeframe"]
}
FAQs
webhint's recommended hints configuration for progressive web apps (PWAs)
The npm package @hint/configuration-progressive-web-apps receives a total of 12,691 weekly downloads. As such, @hint/configuration-progressive-web-apps popularity was classified as popular.
We found that @hint/configuration-progressive-web-apps demonstrated a healthy version release cadence and project activity because the last version was released less than 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.
Research
A deceptive PyPI package posing as an Instagram growth tool collects user credentials and sends them to third-party bot services.
Product
Socket now supports pylock.toml, enabling secure, reproducible Python builds with advanced scanning and full alignment with PEP 751's new standard.
Security News
Research
Socket uncovered two npm packages that register hidden HTTP endpoints to delete all files on command.