
Security News
CISA Extends MITRE Contract as Crisis Accelerates Alternative CVE Coordination Efforts
CISA extended MITRE’s CVE contract by 11 months, avoiding a shutdown but leaving long-term governance and coordination issues unresolved.
crawlkit-runner-accessibility-developer-tools
Advanced tools
A CrawlKit runner for running the Google Chrome a11y developer tools
This runner can be used with CrawlKit in order to audit a website with the Google Chrome Accessibility Developer Tools.
npm install crawlkit-runner-accessibility-developer-tools --save
const CrawlKit = require('crawlkit');
const A11yDeveloperToolsRunner = require('crawlkit-runner-accessibility-developer-tools');
const crawler = new CrawlKit('http://your/page');
// You could add a finder here in order to audit a whole network of pages
crawler.addRunner('a11y-dev-tools', new A11yDeveloperToolsRunner());
crawler.crawl()
.then((data) => {
console.log(JSON.stringify(data.results, true, 2));
}, (err) => console.error(err));
This project is in no way affiliated with Google, Inc.
FAQs
A CrawlKit runner for running the Google Chrome a11y developer tools
The npm package crawlkit-runner-accessibility-developer-tools receives a total of 21 weekly downloads. As such, crawlkit-runner-accessibility-developer-tools popularity was classified as not popular.
We found that crawlkit-runner-accessibility-developer-tools 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.
Security News
CISA extended MITRE’s CVE contract by 11 months, avoiding a shutdown but leaving long-term governance and coordination issues unresolved.
Product
Socket's Rubygems ecosystem support is moving from beta to GA, featuring enhanced security scanning to detect supply chain threats beyond traditional CVEs in your Ruby dependencies.
Research
The Socket Research Team investigates a malicious npm package that appears to be an Advcash integration but triggers a reverse shell during payment success, targeting servers handling transactions.