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

a11y

Package Overview
Dependencies
Maintainers
2
Versions
17
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

a11y - npm Package Compare versions

Comparing version 0.3.1 to 0.3.2

4

audits.js

@@ -56,5 +56,3 @@ /**

if (DOMElements !== undefined) {
var maxElements = Math.min(DOMElements.length, 5);
for (var i = 0; i < maxElements; i++) {
for (var i = 0; i < DOMElements.length; i++) {
var el = DOMElements[i];

@@ -61,0 +59,0 @@ message += '\n';

{
"name": "a11y",
"version": "0.3.1",
"version": "0.3.2",
"description": "Runs an accessibility audit against a URL",

@@ -5,0 +5,0 @@ "license": "Apache-2.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