axe-sarif-converter
Advanced tools
Comparing version 2.4.0 to 2.5.0
{ | ||
"name": "axe-sarif-converter", | ||
"version": "2.4.0", | ||
"version": "2.5.0", | ||
"description": "Convert axe-core accessibility scan results to the SARIF format", | ||
@@ -26,2 +26,6 @@ "main": "dist/index.js", | ||
"@types/yargs": "^15.0.0", | ||
"@typescript-eslint/eslint-plugin": "^4.0.1", | ||
"@typescript-eslint/parser": "^4.0.1", | ||
"eslint": "^7.8.1", | ||
"eslint-plugin-security": "^1.4.0", | ||
"jest": "^26.0.1", | ||
@@ -36,6 +40,4 @@ "jest-circus": "^26.0.0", | ||
"ts-jest": "^26.0.0", | ||
"tslint": "^6.0.0", | ||
"tslint-microsoft-contrib": "^6.2.0", | ||
"typemoq": "^2.1.0", | ||
"typescript": "^3.5.3" | ||
"typescript": "^4.0.2" | ||
}, | ||
@@ -52,3 +54,3 @@ "resolutions": { | ||
"test": "jest", | ||
"lint": "tslint -p .", | ||
"lint": "eslint src/**/*.{js,ts,tsx}", | ||
"format": "prettier --config prettier.config.js --write \"**/*\"", | ||
@@ -55,0 +57,0 @@ "format-check": "prettier --config prettier.config.js --check \"**/*\"", |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
61077
19