Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

eslint-plugin-jsx-a11y

Package Overview
Dependencies
Maintainers
2
Versions
84
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

eslint-plugin-jsx-a11y - npm Package Compare versions

Comparing version 1.0.2 to 1.0.3

10

CHANGELOG.md

@@ -0,1 +1,11 @@

1.0.3 / 2016-04-25
==================
- [fix] Fix typo in recommended rules for `onclick-has-focus`.
1.0.2 / 2016-04-20
==================
- [fix] Add expression value handler for `ThisExpression` type.
1.0.1 / 2016-04-19

@@ -2,0 +12,0 @@ ==================

2

lib/index.js

@@ -41,3 +41,3 @@ 'use strict';

'jsx-a11y/no-onchange': 2,
'jsx-a11y/onclick-hs-focus': 2,
'jsx-a11y/onclick-has-focus': 2,
'jsx-a11y/onclick-has-role': 2,

@@ -44,0 +44,0 @@ 'jsx-a11y/role-has-required-aria-props': 2,

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

@@ -5,0 +5,0 @@ "keywords": [

@@ -18,3 +18,3 @@ <p align="center">

<a href='https://npmjs.org/package/eslint-plugin-jsx-a11y'>
<img src='https://img.shields.io/npm/dt/eslint-plugin-jsx-a11y.svg?maxAge=2592000'
<img src='https://img.shields.io/npm/dt/eslint-plugin-jsx-a11y.svg'
alt='Total npm downloads' />

@@ -21,0 +21,0 @@ </a>

@@ -41,3 +41,3 @@ 'use strict';

'jsx-a11y/no-onchange': 2,
'jsx-a11y/onclick-hs-focus': 2,
'jsx-a11y/onclick-has-focus': 2,
'jsx-a11y/onclick-has-role': 2,

@@ -44,0 +44,0 @@ 'jsx-a11y/role-has-required-aria-props': 2,

SocketSocket SOC 2 Logo

Product

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

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc