Socket
Socket
Sign inDemoInstall

axe-core

Package Overview
Dependencies
0
Maintainers
4
Versions
1334
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 2.6.0 to 2.6.1

.npmignore

2

axe.d.ts

@@ -1,2 +0,2 @@

// Type definitions for axe-core 2.6.0
// Type definitions for axe-core 2.6.1
// Project: https://github.com/dequelabs/axe-core

@@ -3,0 +3,0 @@ // Definitions by: Marcy Sutton <https://github.com/marcysutton>

{
"name": "axe-core",
"version": "2.6.0",
"version": "2.6.1",
"contributors": [

@@ -5,0 +5,0 @@ {

@@ -5,2 +5,10 @@ # Change Log

<a name="2.6.1"></a>
# [2.6.1](https://github.com/dequelabs/axe-core/compare/v2.6.0...v2.6.1) (2017-12-28)
### Bug Fixes
* Remove console.log statement
<a name="2.6.0"></a>

@@ -7,0 +15,0 @@ # [2.6.0](https://github.com/dequelabs/axe-core/compare/v2.5.0...v2.6.0) (2017-12-19)

@@ -16,3 +16,3 @@ {

"devDependencies": {
"axe-core": "^2.6.0",
"axe-core": "^2.6.1",
"grunt": "~0.4.4",

@@ -19,0 +19,0 @@ "grunt-contrib-jasmine": "~0.9.2"

@@ -17,3 +17,3 @@ {

"devDependencies": {
"axe-core": "^2.6.0",
"axe-core": "^2.6.1",
"babel-jest": "^20.0.3",

@@ -20,0 +20,0 @@ "babel-preset-es2015": "^6.24.1",

@@ -16,3 +16,3 @@ {

"devDependencies": {
"axe-core": "^2.6.0",
"axe-core": "^2.6.1",
"grunt": "~0.4.4",

@@ -19,0 +19,0 @@ "grunt-mocha": "~0.4.10",

@@ -16,3 +16,3 @@ {

"devDependencies": {
"axe-core": "^2.6.0",
"axe-core": "^2.6.1",
"grunt": "~0.4.4",

@@ -19,0 +19,0 @@ "grunt-contrib-qunit": "~0.4.0",

@@ -1,2 +0,2 @@

/* global console, dom */
/* global dom */
/* jshint maxcomplexity: 20 */

@@ -14,3 +14,2 @@ /**

'use strict';
console.log(el);
if (dom.isNativelyFocusable(el)) {

@@ -17,0 +16,0 @@ return true;

{
"name": "axe-core",
"description": "Accessibility engine for automated Web UI testing",
"version": "2.6.0",
"version": "2.6.1",
"license": "MPL-2.0",

@@ -6,0 +6,0 @@ "engines": {

@@ -73,3 +73,7 @@ {

"axe.min.js": "sha256-vqKSLjjqbp9J3seCuphn1h/3OC6o5jntS8LtlIftvdY="
},
"2.6.1": {
"axe.js": "sha256-fFHgLOnvH7mY6LNF58cvts9CXZCsyUgd++hhHeZpowo=",
"axe.min.js": "sha256-arpGpcEwKuAfd4XQmHqNdmXP/nUvm4eMonLh+L0s6cc="
}
}

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is too big to display

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