Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

axe-sarif-converter

Package Overview
Dependencies
Maintainers
4
Versions
31
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

axe-sarif-converter - npm Package Compare versions

Comparing version 2.4.0 to 2.5.0

12

package.json
{
"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 \"**/*\"",

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