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

axe-sarif-converter

Package Overview
Dependencies
Maintainers
3
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.3.0 to 2.3.1

23

package.json
{
"name": "axe-sarif-converter",
"version": "2.3.0",
"version": "2.3.1",
"description": "Convert axe-core accessibility scan results to the SARIF format",

@@ -22,16 +22,16 @@ "main": "dist/index.js",

"devDependencies": {
"@types/jest": "^24.0.15",
"@types/jest": "^25.1.1",
"@types/lodash": "^4.14.136",
"@types/node": "^13.1.2",
"@types/yargs": "^13.0.2",
"jest": "^24.8.0",
"jest-circus": "^24.8.0",
"@types/yargs": "^15.0.0",
"jest": "^25.1.0",
"jest-circus": "^25.1.0",
"jest-junit": "^10.0.0",
"license-check-and-add": "^3.0.3",
"lodash": "^4.17.15",
"prettier": "^1.18.2",
"prettier": "^2.0.1",
"rimraf": "^3.0.0",
"semantic-release": "^15.13.18",
"ts-jest": "^24.0.2",
"tslint": "^5.18.0",
"semantic-release": "^17.0.1",
"ts-jest": "^25.0.0",
"tslint": "^6.0.0",
"tslint-microsoft-contrib": "^6.2.0",

@@ -41,2 +41,7 @@ "typemoq": "^2.1.0",

},
"resolutions": {
"minimist": "^1.2.3",
"acorn": "^7.1.1",
"kind-of": "^6.0.3"
},
"scripts": {

@@ -43,0 +48,0 @@ "prebuild": "yarn clean",

@@ -69,3 +69,3 @@ <!--

- axe-sarif-converter version 2.x supports input from version ^3.2.0 of axe-core (tested with 3.2.2, 3.3.2, and 3.4.1) and outputs SARIF v2.1
- axe-sarif-converter version 2.x supports input from version ^3.2.0 of axe-core (tested with 3.2.2, 3.3.2, 3.4.1, 3.4.2, 3.5.1, 3.5.2, and 3.5.3) and outputs SARIF v2.1
- axe-sarif-converter version 1.x supports input from version >= 3.2.0 < 3.3.0 of axe-core (tested with 3.2.2) and outputs SARIF v2.0

@@ -107,2 +107,7 @@

1. Update the version of axe-core in `yarn.lock` (_not_ `package.json`); usually dependabot will cover this.
1. Build the repo with:
```
yarn install
yarn build
```
1. Update the versions of axe-cli and axe-core in `src/test-resources/generator/package.json`

@@ -109,0 +114,0 @@ 1. Generate test resource files for the new version with:

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