New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

axe-sarif-converter

Package Overview
Dependencies
Maintainers
3
Versions
32
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.9.0 to 2.9.1

4

dist/axe-raw-result.d.ts

@@ -36,3 +36,3 @@ import { ImpactValue } from 'axe-core';

}
export declare type ResultValue = 'passed' | 'failed' | 'inapplicable' | 'cantTell';
export declare type Selector = string[];
export type ResultValue = 'passed' | 'failed' | 'inapplicable' | 'cantTell';
export type Selector = string[];
import * as Axe from 'axe-core';
import * as Sarif from 'sarif';
import { AxeRawResult } from './axe-raw-result';
export declare type SarifLog = Sarif.Log;
export type SarifLog = Sarif.Log;
export declare function convertAxeToSarif(axeResults: Axe.AxeResults): SarifLog;
export declare function sarifReporter(rawResults: AxeRawResult[], runOptions: Axe.RunOptions, callback: (sarifResults: SarifLog) => void): void;
{
"name": "axe-sarif-converter",
"version": "2.9.0",
"version": "2.9.1",
"description": "Convert axe-core accessibility scan results to the SARIF format",

@@ -31,7 +31,7 @@ "main": "dist/index.js",

"jest": "^27.0.3",
"jest-junit": "^13.0.0",
"jest-junit": "^15.0.0",
"license-check-and-add": "^4.0.1",
"lodash": "^4.17.15",
"prettier": "^2.0.1",
"rimraf": "^3.0.0",
"rimraf": "^4.0.4",
"semantic-release": "^19.0.2",

@@ -43,7 +43,3 @@ "ts-jest": "^27.0.2",

"resolutions": {
"minimist": "^1.2.3",
"acorn": "^7.1.1",
"kind-of": "^6.0.3",
"ansi-regex": "^5.0.1",
"@npmcli/arborist": ">=2.8.2"
"ansi-regex": "^5.0.1"
},

@@ -53,3 +49,3 @@ "scripts": {

"build": "tsc -p .",
"clean": "rimraf dist/* test-results/*",
"clean": "rimraf dist test-results",
"test": "jest",

@@ -56,0 +52,0 @@ "lint": "eslint src/**/*.{js,ts,tsx}",

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