Socket
Socket
Sign inDemoInstall

cypress-accessibility-audit

Package Overview
Dependencies
Maintainers
1
Versions
29
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

cypress-accessibility-audit - npm Package Compare versions

Comparing version 0.0.7 to 0.0.8

2

package.json
{
"name": "cypress-accessibility-audit",
"version": "0.0.7",
"version": "0.0.8",
"main": "index.js",

@@ -5,0 +5,0 @@ "repository": "https://github.com/GuildEducationInc/cypress-accessibility-audit.git",

@@ -22,3 +22,3 @@ /* eslint-disable @typescript-eslint/no-var-requires */

const REPORTS_DIR = nodePath.join(process.cwd(), path);
const A11_REPORT_FILE = nodePath.join(path, filename);
const A11_REPORT_FILE = nodePath.join(REPORTS_DIR, filename);

@@ -25,0 +25,0 @@ const vConsole = new jsdom.VirtualConsole();

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