Socket
Socket
Sign inDemoInstall

ghost-axe

Package Overview
Dependencies
Maintainers
4
Versions
2
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

ghost-axe - npm Package Compare versions

Comparing version 0.0.2 to 0.0.3

2

index.js

@@ -30,3 +30,3 @@ /* global window, document */

await this.getGhost().script(() => {
window.axe.a11yCheck(document, (results) => {
window.axe.run((err, results) => {
window.A11YRESULTS = results;

@@ -33,0 +33,0 @@ });

{
"name": "ghost-axe",
"version": "0.0.2",
"version": "0.0.3",
"description": "Test helper methods when using ghostjs & aXe",

@@ -9,2 +9,6 @@ "main": "index.js",

},
"repository": {
"type": "git",
"url": "https://github.com/christianvuerings/ghost-axe.git"
},
"keywords": [

@@ -19,5 +23,7 @@ "Ghostjs",

"dependencies": {
"axe-core": "^2.0.7"
"axe-core": "2.1.7"
},
"devDependencies": {
"babel-preset-es2015": "6.18.0",
"babel-preset-stage-0": "6.16.0",
"eslint": "^3.8.1",

@@ -24,0 +30,0 @@ "eslint-config-airbnb": "^12.0.0",

# ghost-axe
[![npm version](https://badge.fury.io/js/ghost-axe.svg)](https://badge.fury.io/js/ghost-axe)
Test helper methods when using [ghostjs](https://github.com/KevinGrandon/ghostjs) & [aXe](https://github.com/dequelabs/axe-core)

@@ -4,0 +6,0 @@

SocketSocket SOC 2 Logo

Product

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

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc