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

@qualweb/core

Package Overview
Dependencies
Maintainers
3
Versions
271
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@qualweb/core - npm Package Compare versions

Comparing version 0.7.40 to 0.7.41

4

package.json
{
"name": "@qualweb/core",
"version": "0.7.40",
"version": "0.7.41",
"description": "QualWeb evaluator core engine",

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

"@qualweb/earl-reporter": "0.4.3",
"@qualweb/evaluation": "0.3.25",
"@qualweb/evaluation": "0.3.26",
"@qualweb/locale": "0.1.12",

@@ -77,0 +77,0 @@ "colors": "1.4.0",

@@ -116,7 +116,8 @@ # QualWeb core

// choose which modules to execute
"wappalyzer": false, // wappalyzer module (https://github.com/qualweb/wappalyzer) - default value = false
"act": true, // act-rules module (https://github.com/qualweb/act-rules) - default value = true
"wcag": true, // wcag-techniques module (https://github.com/qualweb/wcag-techniques) - default value = true
"bp": false, // best-practices module (https://github.com/qualweb/best-practices) - default value = true
"counter": false // counter module (https://github.com/qualweb/counter) - default value = false
// if this option is not specified, the default values below will be applied, otherwise unspecified values will default to false
"wappalyzer": false, // wappalyzer module (https://github.com/qualweb/wappalyzer)
"act": true, // act-rules module (https://github.com/qualweb/act-rules)
"wcag": true, // wcag-techniques module (https://github.com/qualweb/wcag-techniques)
"bp": false, // best-practices module (https://github.com/qualweb/best-practices)
"counter": false // counter module (https://github.com/qualweb/counter)
},

@@ -132,3 +133,3 @@ "act-rules": {

// More information about this options at https://github.com/qualweb/wcag-techniques
"rules": ["QW-WCAG-T1", "H39"], // Array of techniques to execute, can be passed the QualWeb Technique ID or the WCAG 2.1 Technique Code
"techniques": ["QW-WCAG-T1", "H39"], // Array of techniques to execute, can be passed the QualWeb Technique ID or the WCAG 2.1 Technique Code
"exclude": ["QW-WCAG-T1", "H39"], // Array of techniques to exclude, can be passed the QualWeb Technique ID or the WCAG 2.1 Technique Code

@@ -135,0 +136,0 @@ "levels": ["A", "AA", "AAA"], // Conformance levels to execute,

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