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.2
to
1.0.3
+8
-8
package.json
{
"name": "@webability/jest",
"version": "1.0.2",
"version": "1.0.3",
"description": "Component-level accessibility testing for Jest and Vitest",

@@ -19,7 +19,2 @@ "type": "module",

],
"scripts": {
"build": "tsup src/index.ts --format esm,cjs --dts --clean",
"typecheck": "tsc --noEmit",
"clean": "rm -rf dist"
},
"keywords": [

@@ -39,3 +34,3 @@ "a11y",

"dependencies": {
"@webability/core": "workspace:*"
"@webability/core": "1.1.1"
},

@@ -60,3 +55,8 @@ "peerDependencies": {

"url": "https://github.com/snayyar00/abilyo"
},
"scripts": {
"build": "tsup src/index.ts --format esm,cjs --dts --clean",
"typecheck": "tsc --noEmit",
"clean": "rm -rf dist"
}
}
}