Sign In

@webability/core

Package Overview
Dependencies
Maintainers
1
Versions
9
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@webability/core - npm Package Compare versions

Comparing version
1.1.0
to
1.1.1
+11
-11
package.json
{
"name": "@webability/core",
"version": "1.1.0",
"version": "1.1.1",
"description": "Accessibility scanner engine — WCAG 2.2 AA/AAA compliance testing with 200+ rules",

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

],
"scripts": {
"build": "tsup",
"dev": "tsup --watch",
"test": "vitest run",
"test:watch": "vitest",
"typecheck": "tsc --noEmit",
"clean": "rm -rf dist"
},
"keywords": [

@@ -65,3 +57,11 @@ "a11y",

},
"homepage": "https://abilyo.com"
}
"homepage": "https://abilyo.com",
"scripts": {
"build": "tsup",
"dev": "tsup --watch",
"test": "vitest run",
"test:watch": "vitest",
"typecheck": "tsc --noEmit",
"clean": "rm -rf dist"
}
}