Security News
The Risks of Misguided Research in Supply Chain Security
Snyk's use of malicious npm packages for research raises ethical concerns, highlighting risks in public deployment, data exfiltration, and unauthorized testing.
@airship/tslint-react-a11y
Advanced tools
A package to extend your React project with TSLint a11y rules.
JSX a11y rules to extend TSLint used by the Airship Builders. This package is designed to extend the functionality of @teamairship/tslint-react-config while leaving the flexibility to leave these rules out when needed.
yarn add -D @airship/tslint-react-a11y
In tslint.json
{
"extends": ["@airship/tslint-react-a11y"],
"rules": {
// override tslint-react-a11y rules here
"react-a11y-lang": false
}
}
All rules are enabled by default.
Rule Name | Description |
---|---|
react-a11y-accessible-headings | Coming soon... |
react-a11y-anchors | Coming soon... |
react-a11y-aria-unsupported-elements | Coming soon... |
react-a11y-event-has-role | Coming soon... |
react-a11y-iframes | Coming soon... |
react-a11y-image-button-has-alt | Coming soon... |
react-a11y-img-has-alt | Coming soon... |
react-a11y-input-elements | Coming soon... |
react-a11y-lang | Coming soon... |
react-a11y-meta | Coming soon... |
react-a11y-no-onchange | Coming soon... |
react-a11y-props | Coming soon... |
react-a11y-proptypes | Coming soon... |
react-a11y-required | Coming soon... |
react-a11y-role | Coming soon... |
react-a11y-role-has-required-aria-props | Coming soon... |
react-a11y-role-supports-aria-props | Coming soon... |
react-a11y-tabindex-no-positive | Coming soon... |
react-a11y-titles | Coming soon... |
Bug reports and pull requests are welcome on GitHub at https://github.com/teamairship/tslint-react-a11y. This project is intended to be a safe, welcoming space for collaboration, and contributors are expected to adhere to the Contributor Covenant code of conduct.
This package is available as open source under the terms of the MIT License.
FAQs
A package to extend your React project with TSLint a11y rules.
We found that @airship/tslint-react-a11y demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 3 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
Snyk's use of malicious npm packages for research raises ethical concerns, highlighting risks in public deployment, data exfiltration, and unauthorized testing.
Research
Security News
Socket researchers found several malicious npm packages typosquatting Chalk and Chokidar, targeting Node.js developers with kill switches and data theft.
Security News
pnpm 10 blocks lifecycle scripts by default to improve security, addressing supply chain attack risks but sparking debate over compatibility and workflow changes.