🚀 Big News: Socket Acquires Coana to Bring Reachability Analysis to Every Appsec Team.Learn more
Socket
Book a DemoInstallSign in
Socket

edx-custom-a11y-rules

Package Overview
Dependencies
Maintainers
5
Versions
13
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

edx-custom-a11y-rules - npm Package Compare versions

Comparing version

to
2.0.1

10

package.json
{
"name": "edx-custom-a11y-rules",
"version": "1.1.0",
"version": "2.0.1",
"description": "Custom rules for accessibility testing with aXe Core",
"main": "",
"scripts": {
"test": "./node_modules/karma/bin/karma start"
"test": "./node_modules/karma/bin/karma start",
"semantic-release": "semantic-release"
},

@@ -34,7 +35,8 @@ "repository": {

"karma-jasmine-html-reporter": "^1.7.0",
"karma-jasmine-jquery": "^0.1.1",
"karma-jasmine-jquery-2": "^0.1.1",
"karma-phantomjs-launcher": "^1.0.4",
"karma-spec-reporter": "0.0.32",
"phantomjs": "^2.1.7"
"phantomjs": "^2.1.7",
"semantic-release": "^18.0.1"
}
}