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

a11y-ai

Package Overview
Dependencies
Maintainers
1
Versions
22
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

a11y-ai - npm Package Compare versions

Comparing version 0.2.0 to 0.2.1

3

lib/cli.js

@@ -10,2 +10,5 @@ import process from 'node:process';

If no files are specified, it will scan the current directory and
subdirectories for HTML files.
Options:

@@ -12,0 +15,0 @@ -f, --fix Automatically apply fixes suggestions

3

lib/index.d.ts

@@ -0,5 +1,6 @@

export * from './ai.js';
export * from './cli.js';
export * from './ai.js';
export * from './constants.js';
export * from './diff.js';
export * from './util.js';
export * from './commands/index.js';

@@ -0,5 +1,6 @@

export * from './ai.js';
export * from './cli.js';
export * from './ai.js';
export * from './constants.js';
export * from './diff.js';
export * from './util.js';
export * from './commands/index.js';
{
"name": "a11y-ai",
"version": "0.2.0",
"version": "0.2.1",
"description": "Experimental tool to automatically detect accessibility issues in web pages and provide suggestions for fixing them",

@@ -5,0 +5,0 @@ "type": "module",

@@ -36,2 +36,5 @@ # :robot: a11y-ai

If no files are specified, it will scan the current directory and
subdirectories for HTML files.
Options:

@@ -38,0 +41,0 @@ -f, --fix Automatically apply fixes suggestions

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