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

@qualweb/wcag-techniques

Package Overview
Dependencies
Maintainers
3
Versions
64
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@qualweb/wcag-techniques - npm Package Compare versions

Comparing version 0.3.10 to 0.3.12

36

package.json
{
"name": "@qualweb/wcag-techniques",
"version": "0.3.10",
"version": "0.3.12",
"description": "Implementation of the WCAG 2.1 techniques",

@@ -20,7 +20,7 @@ "main": "dist/wcag.bundle.js",

"lint:fix": "eslint src --ext .ts --fix",
"format": "prettier --config .prettierrc 'src/**/*.ts' --write",
"format": "prettier --config .prettierrc src/**/*.ts --write",
"prebuild": "npm run compile:techniques && rimraf prebuild && rimraf dist ",
"build": "tsc --build && webpack --mode production",
"postbuild": "rimraf prebuild",
"prepare": "npm run build"
"prepublishOnly": "npm run build"
},

@@ -47,20 +47,20 @@ "homepage": "https://github.com/qualweb/wcag-techniques#readme",

"devDependencies": {
"@qualweb/dom": "0.2.6",
"@qualweb/locale": "0.1.11",
"@qualweb/qw-page": "0.2.12",
"@qualweb/types": "0.7.16",
"@qualweb/util": "0.5.14",
"@tsconfig/recommended": "^1.0.1",
"@qualweb/dom": "0.2.8",
"@qualweb/locale": "0.1.14",
"@qualweb/qw-page": "0.2.15",
"@qualweb/types": "0.7.24",
"@qualweb/util": "0.5.28",
"@tsconfig/recommended": "^1.0.3",
"@types/node": "^17.0.8",
"@typescript-eslint/eslint-plugin": "^5.9.0",
"@typescript-eslint/parser": "^5.9.0",
"@typescript-eslint/eslint-plugin": "^6.11.0",
"@typescript-eslint/parser": "^6.11.0",
"chai": "^4.3.4",
"eslint": "^8.6.0",
"eslint-config-prettier": "^8.3.0",
"eslint-plugin-prettier": "^4.0.0",
"eslint-plugin-sonarjs": "^0.11.0",
"eslint": "^8.53.0",
"eslint-config-prettier": "^9.0.0",
"eslint-plugin-prettier": "^5.0.1",
"eslint-plugin-sonarjs": "^0.23.0",
"mocha": "^9.1.3",
"prettier": "^2.5.1",
"puppeteer": "^13.0.1",
"rimraf": "^3.0.2",
"prettier": "^3.1.0",
"puppeteer": "^21.5.2",
"rimraf": "^5.0.5",
"typescript": "^4.5.4",

@@ -67,0 +67,0 @@ "webpack": "^5.65.0",

@@ -0,0 +0,0 @@ # QualWeb WCAG techniques

Sorry, the diff of this file is too big to display

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