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

axe-html-reporter

Package Overview
Dependencies
Maintainers
0
Versions
20
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

axe-html-reporter - npm Package Compare versions

Comparing version 2.2.5 to 2.2.6

13

package.json
{
"name": "axe-html-reporter",
"version": "2.2.5",
"version": "2.2.6",
"description": "The module that allows you to create HTML Report from raw accessibility aXe result object",

@@ -33,3 +33,3 @@ "main": "dist/index.js",

"scripts": {
"prebuild": "rimraf dist build",
"prebuild": "rm -rf dist build",
"copy": "cp -R ./src/util/template ./dist/util/template",

@@ -48,14 +48,13 @@ "build": "tsc --project tsconfig.build.json && npm run copy",

"devDependencies": {
"@types/jest": "^25.2.3",
"@types/jest": "^29.5.12",
"@types/mustache": "^4.0.1",
"@types/node": "^14.11.8",
"jest": "^26.5.3",
"jest": "^29.7.0",
"prettier": "^2.1.2",
"ts-jest": "^26.4.1",
"ts-jest": "^29.2.4",
"typescript": "^4.0.3"
},
"dependencies": {
"mustache": "^4.0.1",
"rimraf": "^3.0.2"
"mustache": "^4.0.1"
}
}

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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