New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.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.3.0 to 0.3.1

2

lib/commands/report.js

@@ -74,3 +74,3 @@ import path from 'node:path';

for (const report of reports) {
if (report.suggestion !== undefined && report.patch !== undefined) {
if (report.suggestion !== undefined && report.rawPatch !== undefined) {
md += `---\n\n`;

@@ -77,0 +77,0 @@ md += `### Suggested fixes for \`${report.file}\`\n\n`;

{
"name": "a11y-ai",
"version": "0.3.0",
"version": "0.3.1",
"description": "Experimental tool to automatically detect accessibility issues in web pages using OpenAI and provide suggestions for fixing them",

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

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