Big News: Socket raises $60M Series C at a $1B valuation to secure software supply chains for AI-driven development.Announcement
Sign In

@opensourceframework/react-a11y-utils

Package Overview
Dependencies
Maintainers
1
Versions
5
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@opensourceframework/react-a11y-utils - npm Package Compare versions

Comparing version
0.2.0
to
0.2.1
+10
-0
CHANGELOG.md
# Changelog
## 0.2.1
### Patch Changes
- Modernization and stabilization fixes:
- Standardized scripts and CI/CD lockfiles
- Fixed lint rules and CI/CD unblocking
- Added llms.txt for AI-First Discovery
- Include llms.txt in published files
## 0.2.0

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

+9
-2
{
"name": "@opensourceframework/react-a11y-utils",
"version": "0.2.0",
"version": "0.2.1",
"description": "React accessibility utility functions and hooks for building accessible user interfaces",

@@ -47,5 +47,12 @@ "keywords": [

"devDependencies": {
"@axe-core/react": "^4.8.0",
"@testing-library/jest-dom": "^6.4.0",
"@testing-library/react": "^16.0.0",
"@types/node": "^22.0.0",
"@types/react": "^19.0.0",
"@vitejs/plugin-react": "^4.7.0",
"@vitest/coverage-v8": "^2.0.0",
"jsdom": "^24.0.0",
"react": "^19.0.0",
"react-dom": "^19.2.4",
"tsup": "^8.0.0",

@@ -87,3 +94,3 @@ "typescript": "^5.0.0",

"typecheck": "tsc --noEmit",
"test": "vitest run",
"test": "vitest run --passWithNoTests",
"test:watch": "vitest",

@@ -90,0 +97,0 @@ "test:coverage": "vitest run --coverage",