Sign In

@webability/jest

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

@webability/jest - npm Package Compare versions

Comparing version
1.0.0
to
1.0.1
+22
-4
package.json
{
"name": "@webability/jest",
"version": "1.0.0",
"version": "1.0.1",
"description": "Component-level accessibility testing for Jest and Vitest",

@@ -16,3 +16,5 @@ "type": "module",

},
"files": ["dist"],
"files": [
"dist"
],
"scripts": {

@@ -23,3 +25,13 @@ "build": "tsup src/index.ts --format esm,cjs --dts --clean",

},
"keywords": ["accessibility", "wcag", "jest", "vitest", "testing", "a11y", "unit-test"],
"keywords": [
"a11y",
"abilyo",
"accessibility",
"jest",
"testing",
"unit-test",
"vitest",
"wcag",
"webability"
],
"author": "WebAbility <support@webability.io>",

@@ -34,3 +46,5 @@ "license": "MIT",

"peerDependenciesMeta": {
"jsdom": { "optional": true }
"jsdom": {
"optional": true
}
},

@@ -43,3 +57,7 @@ "devDependencies": {

"node": ">=18"
},
"homepage": "https://abilyo.com",
"repository": {
"url": "https://github.com/snayyar00/abilyo"
}
}

@@ -31,4 +31,10 @@ # @webability/jest

## Links
- [WebAbility](https://webability.io) — AI-powered web accessibility platform
- [Abilyo](https://abilyo.com) — Developer tools for accessibility testing
- [Documentation](https://abilyo.com/docs)
## License
MIT