Socket
Socket
Sign inDemoInstall

intern-a11y

Package Overview
Dependencies
185
Maintainers
1
Versions
2
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.1.1 to 0.1.2

A11yReporter.d.ts

36

package.json
{
"name": "intern-a11y",
"version": "0.1.1",
"main": "src/index.js",
"types": "src/index.d.ts",
"version": "0.1.2",
"main": "index.js",
"types": "index.d.ts",
"description": "Intern-a11y. An accessibility testing helper for Intern.",

@@ -17,8 +17,5 @@ "repository": {

"@types/es6-promise": "0.0.31",
"@types/shelljs": "0.3.32",
"chokidar": "1.6.0",
"intern": "~3.4.0",
"shelljs": "0.7.4",
"typescript": "~2.0.0",
"semver": "5.3.0"
"intern-dev": "https://github.com/theintern/intern-dev/releases/download/0.1.5/intern-dev-0.1.5.tgz",
"typescript": "~2.1.0"
},

@@ -38,8 +35,21 @@ "peerDependencies": {

"scripts": {
"build": "node ./support/build.js",
"clean": "node ./support/clean.js",
"test": "node ./support/test.js",
"watch": "node ./support/watch.js",
"release": "node ./support/release.js"
"build": "intern-dev-clean && intern-dev-build",
"clean": "intern-dev-clean",
"lint": "intern-dev-lint",
"release": "intern-dev-release",
"test": "intern-dev-build && NODE_PATH=_build intern-dev-test",
"watch": "intern-dev-watch"
},
"internDev": {
"resources": {
".": [
"tests/**/*.html"
]
},
"configs": [
"tsconfig.json",
"tests/tsconfig.json"
],
"publishDir": "_build/src"
}
}

@@ -11,2 +11,4 @@ # intern-a11y

Both scanners are able to test entire pages and document fragments (or portions of a full page). In all cases, though, the scanners operate on a fully styled DOM. This means that if a user needs to test a single commponent in isolation, they'll need to create a test page with all the styles and supporting code required by the component, and use that page to run accessibility tests on the component.
Note that because aXe must be injected into a loaded page, it must be used with Intern's WebDriver test runner (`intern-runner`). Tenon makes HTTP calls to an external service, and it will work with the Node test client (`intern-client`) or `intern-runner`.

@@ -13,0 +15,0 @@

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc