Socket
Socket
Sign inDemoInstall

eslint-plugin-jsx-a11y

Package Overview
Dependencies
0
Maintainers
1
Versions
81
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.0.1 to 0.0.2

6

package.json
{
"name": "eslint-plugin-jsx-a11y",
"version": "0.0.1",
"version": "0.0.2",
"description": "A static analysis linter of jsx and their accessibility with screen readers.",

@@ -14,2 +14,6 @@ "keywords": [

"author": "Ethan Cohen",
"repository": {
"type": "git",
"url": "https://github.com/evcohen/eslint-plugin-jsx-a11y"
},
"main": "lib/index.js",

@@ -16,0 +20,0 @@ "scripts": {

@@ -0,1 +1,19 @@

<p align="center">
<a href="https://travis-ci.org/evcohen/eslint-plugin-jsx-a11y">
<img src="https://api.travis-ci.org/evcohen/eslint-plugin-jsx-a11y.svg?branch=master"
alt="build status">
</a>
<a href="https://npmjs.org/package/eslint-plugin-jsx-a11y">
<img src="https://img.shields.io/npm/v/eslint-plugin-jsx-a11y.svg"
alt="npm version">
</a>
<a href="https://github.com/evcohen/eslint-plugin-jsx-a11y/blob/master/LICENSE">
<img src="https://img.shields.io/npm/l/eslint-plugin-jsx-a11y.svg"
alt="license">
</a>
<a href='https://coveralls.io/github/evcohen/eslint-plugin-jsx-a11y?branch=master'>
<img src='https://coveralls.io/repos/github/evcohen/eslint-plugin-jsx-a11y/badge.svg?branch=master' alt='Coverage Status' />
</a>
</p>
# eslint-plugin-jsx-a11y

@@ -53,5 +71,9 @@

## License
MIT License.
SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc