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

@q42/tslint-react-native-a11y

Package Overview
Dependencies
Maintainers
15
Versions
3
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@q42/tslint-react-native-a11y - npm Package Compare versions

Comparing version 0.0.1 to 0.0.2

index.js

8

package.json
{
"name": "@q42/tslint-react-native-a11y",
"version": "0.0.1",
"version": "0.0.2",
"description": "TSLint rules to enhance accessibility in React Native apps.",

@@ -23,2 +23,3 @@ "private": false,

],
"main": "./index.js",
"author": "Jimmy (jimmy@q42.nl)",

@@ -29,3 +30,6 @@ "license": "MIT",

},
"files": ["/rules"],
"files": [
"./rules",
"index.js"
],
"homepage": "https://github.com/Q42/tslint-react-native-a11y#readme",

@@ -32,0 +36,0 @@ "devDependencies": {

# TSLint React Native Accessibility rules
[![code style: prettier](https://img.shields.io/badge/code_style-prettier-ff69b4.svg?style=flat-square)](https://github.com/prettier/prettier)
[![npm version](https://badge.fury.io/js/%40q42%2Ftslint-react-native-a11y.svg)](https://badge.fury.io/js/%40q42%2Ftslint-react-native-a11y)

@@ -12,3 +13,3 @@ TSLint rules to enhance accessibility in React Native apps. [TSLint](https://github.com/palantir/tslint/).

{
"extends": ["tslint:latest", "tslint-react-native-a11y"],
"extends": ["tslint:latest", "@q42/tslint-react-native-a11y"],
"rules": {

@@ -22,3 +23,3 @@ // override tslint-react-native-a11y rules here

- `jsx-a11y-touchable`
- `tsx-a11y-touchables`
- Enforces you to set either `accessible={false}` or set `accessible={true}` with `accessibilityRole={}` and `accessibilityLabel={}` as well.
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