Socket
Socket
Sign inDemoInstall

access-sniff

Package Overview
Dependencies
95
Maintainers
1
Versions
30
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 2.4.4 to 2.4.5

2

dist/accesssniff.js

@@ -96,3 +96,3 @@ 'use strict';

if (_fs2.default.exists(accessRcPath) && options.accessibilityrc) {
if (_fs2.default.existsSync(accessRcPath) && options.accessibilityrc) {
var rcOptions = _fs2.default.readFileSync(accessRcPath, 'utf8');

@@ -99,0 +99,0 @@

@@ -23,3 +23,3 @@ 'use strict';

exports.default = function (fileInput) {
var options = arguments.length <= 1 || arguments[1] === undefined ? {} : arguments[1];
var options = arguments.length > 1 && arguments[1] !== undefined ? arguments[1] : {};

@@ -26,0 +26,0 @@

@@ -68,2 +68,7 @@ 'use strict';

break;
case 'Section508':
page.evaluate(function () {
return HTMLCS_RUNNER.run('Section508');
});
break;
default:

@@ -70,0 +75,0 @@ console.log('Unknown standard.');

@@ -38,3 +38,3 @@ 'use strict';

exports.default = function (messageLog) {
var options = arguments.length <= 1 || arguments[1] === undefined ? defaultOptions : arguments[1];
var options = arguments.length > 1 && arguments[1] !== undefined ? arguments[1] : defaultOptions;

@@ -41,0 +41,0 @@

{
"name": "access-sniff",
"version": "2.4.4",
"version": "2.4.5",
"description": "A node/iojs library & CLI for HTML_Codesniffer",

@@ -42,3 +42,3 @@ "main": "dist/",

"mkdirp": "^0.5.1",
"phantomjs-prebuilt": "^2.1.4",
"phantomjs-prebuilt": "^2.1.12",
"underscore": "^1.8.2",

@@ -48,18 +48,18 @@ "validator": "^5.0.0"

"devDependencies": {
"babel-core": "^6.3.26",
"babel-eslint": "^5.0.0-beta6",
"babel-core": "^6.14.0",
"babel-eslint": "^7.0.0",
"babel-plugin-syntax-flow": "^6.3.13",
"babel-plugin-transform-flow-strip-types": "^6.4.0",
"babel-preset-es2015": "^6.3.13",
"eslint": "^2.2.0",
"babel-preset-es2015": "^6.11.3",
"eslint": "^3.6.1",
"gulp": "^3.9.1",
"gulp-babel": "^6.1.2",
"gulp-concat": "^2.6.0",
"gulp-eslint": "^2.0.0",
"gulp-istanbul": "^0.10.3",
"gulp-eslint": "^3.0.1",
"gulp-istanbul": "^1.1.1",
"gulp-nodeunit": "0.0.5",
"gulp-rename": "^1.2.2",
"gulp-uglify": "^1.5.1",
"gulp-uglify": "^2.0.0",
"run-sequence": "^1.1.5"
}
}

@@ -59,3 +59,3 @@ # AccessSniff

Levels are `WCAG2A`, `WCAG2AA`, and `WCAG2AAA`
Levels are `WCAG2A`, `WCAG2AA`, `WCAG2AAA`, and `Section508`

@@ -62,0 +62,0 @@ ### Accessibilityrc

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