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

eslint-plugin-dsm-ally

Package Overview
Dependencies
Maintainers
1
Versions
6
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

eslint-plugin-dsm-ally - npm Package Compare versions

Comparing version 0.0.5 to 0.0.6

2

package.json
{
"name": "eslint-plugin-dsm-ally",
"version": "0.0.5",
"version": "0.0.6",
"description": "plugin with custom rules for DSM a11y",

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

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

if (
attribute.name === 'onClick' ||
(attribute.name && attribute.name.name === 'onClick') ||
(attribute.argument && attribute.argument.callee && attribute.argument.callee.name === 'getSelectionProps')

@@ -32,3 +32,3 @@ ) {

node: node.parent,
message: `${node.name.name} with click handling needs to be converted to A11y${_.pascalCase(node.name.name)}`
message: `${node.name.name} with click handling needs to be converted to A11y${_.upperFirst(node.name.name)}`
});

@@ -35,0 +35,0 @@ }

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