
Research
Security News
Malicious npm Package Wipes Codebases with Remote Trigger
A malicious npm typosquat uses remote commands to silently delete entire project directories after a single mistyped install.
grunt-accessibility
Advanced tools
Grade your site's accessibility and generate a report from different WCAG levels
Uses AccessSniff and HTML Codesniffer to grade your site's accessibility using different levels of the WCAG guidelines
Install this grunt plugin next to your project's grunt.js gruntfile with: npm install grunt-accessibility
Then add this line to your project's grunt.js
gruntfile:
grunt.loadNpmTasks('grunt-accessibility');
Place this in your grunt file.
accessibility: {
options: {
accessibilityLevel: 'WCAG2A'
},
test: {
options: {
urls: ['http://localhost']
},
src: ['example/test.html']
}
}
You can link to the files you wish to lint using the grunt api. The result will be the results file.
View AccessSniff options for all available options.
In lieu of a formal styleguide, take care to maintain the existing coding style. Add unit tests for any new or changed functionality. Lint and test your code using grunt.
SRC
globbing patternCopyright (c) 2014 Steven Miller Licensed under the MIT license.
FAQs
Grade your site's accessibility and generate a report from different WCAG levels
The npm package grunt-accessibility receives a total of 249 weekly downloads. As such, grunt-accessibility popularity was classified as not popular.
We found that grunt-accessibility demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer 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
A malicious npm typosquat uses remote commands to silently delete entire project directories after a single mistyped install.
Research
Security News
Malicious PyPI package semantic-types steals Solana private keys via transitive dependency installs using monkey patching and blockchain exfiltration.
Security News
New CNA status enables OpenJS Foundation to assign CVEs for security vulnerabilities in projects like ESLint, Fastify, Electron, and others, while leaving disclosure responsibility with individual maintainers.