@qualweb/wcag-techniques
Advanced tools
Comparing version 0.0.0-develop-20241204125016 to 0.0.0-develop-20241214190614
{ | ||
"name": "@qualweb/wcag-techniques", | ||
"version": "0.0.0-develop-20241204125016", | ||
"version": "0.0.0-develop-20241214190614", | ||
"description": "Implementation of the WCAG 2.1 techniques", | ||
@@ -32,3 +32,4 @@ "files": [ | ||
"format": "prettier src/**/*.ts --write", | ||
"build": "rimraf dist && tsc --build tsconfig.prod.json && webpack", | ||
"clean": "rimraf dist", | ||
"build": "tsc --build tsconfig.prod.json && webpack", | ||
"prepublishOnly": "npm run build" | ||
@@ -56,6 +57,6 @@ }, | ||
"devDependencies": { | ||
"@qualweb/core": "0.0.0-develop-20241204125016", | ||
"@qualweb/locale": "0.0.0-develop-20241204125016", | ||
"@qualweb/qw-page": "0.0.0-develop-20241204125016", | ||
"@qualweb/util": "0.0.0-develop-20241204125016", | ||
"@qualweb/core": "0.0.0-develop-20241214190614", | ||
"@qualweb/locale": "0.0.0-develop-20241214190614", | ||
"@qualweb/qw-page": "0.0.0-develop-20241214190614", | ||
"@qualweb/util": "0.0.0-develop-20241214190614", | ||
"@tsconfig/recommended": "^1.0.3", | ||
@@ -62,0 +63,0 @@ "@types/mocha": "^10.0.6", |
Sorry, the diff of this file is too big to display
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.
Found 1 instance in 1 package
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
653278