Security News
Fluent Assertions Faces Backlash After Abandoning Open Source Licensing
Fluent Assertions is facing backlash after dropping the Apache license for a commercial model, leaving users blindsided and questioning contributor rights.
@hint/hint-manifest-file-extension
Advanced tools
hint that that checks if the web app manifest file has the correct file extension
manifest-file-extension
)manifest-file-extension
warns against using non-standard file
extensions for the web app manifest file.
While the .webmanifest
file extension is not
enforced by the specification, nor is it required by browsers, using
it makes it:
The hint checks if the recommended .webmanifest
file extension is used for the web app manifest file.
<link rel="manifest" href="site.json">
<link rel="manifest" href="site.manifest">
<link rel="manifest" href="site.webmanifest">
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": {
"manifest-file-extension": "error",
...
},
"parsers": [...],
...
}
Note: The recommended way of running webhint is as a devDependency
of
your project.
FAQs
hint that that checks if the web app manifest file has the correct file extension
We found that @hint/hint-manifest-file-extension 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.
Security News
Fluent Assertions is facing backlash after dropping the Apache license for a commercial model, leaving users blindsided and questioning contributor rights.
Research
Security News
Socket researchers uncover the risks of a malicious Python package targeting Discord developers.
Security News
The UK is proposing a bold ban on ransomware payments by public entities to disrupt cybercrime, protect critical services, and lead global cybersecurity efforts.