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

arialinter

Package Overview
Dependencies
Maintainers
2
Versions
15
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

arialinter - npm Package Compare versions

Comparing version 0.2.5 to 0.2.6

2

lib/rules/inputAssistance.js

@@ -11,3 +11,3 @@ // Guideline 3.3 - Input Assistance

dom.$(element).each(function(index, item){
if (!dom.$(this).val()) {
if (!dom.$(this).val() && !dom.$(this).text()) {
reporter.error(that.message, 0, that.name);

@@ -14,0 +14,0 @@

{
"name": "arialinter",
"description": "AriaLinter provides a simple accesibility linter for HTML documents.",
"version": "0.2.5",
"version": "0.2.6",
"homepage": "https://github.com/globant-ui/arialinter",

@@ -6,0 +6,0 @@ "repository": {

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