@wezz/ariatabmanager
Advanced tools
Comparing version 0.0.6 to 0.1.1
{ | ||
"name": "@wezz/ariatabmanager", | ||
"version": "0.0.6", | ||
"description": "A script library to manage interaction and state of ARIA attributes", | ||
"main": "build/index.js", | ||
"version": "0.1.1", | ||
"type": "module", | ||
"main": "./dist/ariatabmanager.umd.cjs", | ||
"module": "./dist/ariatabmanager.js", | ||
"types": "./dist/index.d.ts", | ||
"exports": { | ||
".": { | ||
"import": "./dist/ariatabbmanager.js", | ||
"require": "./dist/ariatabmanager.umd.cjs" | ||
} | ||
}, | ||
"files": [ | ||
"dist" | ||
], | ||
"scripts": { | ||
"build": "webpack", | ||
"test": "jest", | ||
"demo": "http-server -p 8118 -o /demo/index.html -c-1", | ||
"dev": "vite", | ||
"build": "tsc && vite build", | ||
"prepare": "npm run build", | ||
@@ -27,23 +37,13 @@ "pack": "npm run build", | ||
"aria", | ||
"accessibility", | ||
"tabs" | ||
"accessibility" | ||
], | ||
"devDependencies": { | ||
"@types/jest": "^26.0.15", | ||
"@types/node": "^14.14.2", | ||
"@wezz/ariamanager": "^0.0.8", | ||
"css-loader": "^5.0.0", | ||
"eslint": "^7.12.0", | ||
"file-loader": "^6.1.1", | ||
"http-server": "^0.12.3", | ||
"jest": "^26.6.1", | ||
"style-loader": "^2.0.0", | ||
"terser-webpack-plugin": "^5.0.1", | ||
"ts-jest": "^26.4.2", | ||
"ts-loader": "^8.0.7", | ||
"typescript": "^4.0.3", | ||
"url-loader": "^4.1.1", | ||
"webpack": "^5.2.0", | ||
"webpack-cli": "^4.1.0" | ||
"@types/node": "^18.14.2", | ||
"typescript": "^4.9.3", | ||
"vite": "^4.1.0", | ||
"vite-plugin-dts": "^2.0.2" | ||
}, | ||
"dependencies": { | ||
"@wezz/ariamanager": "^0.1.5" | ||
} | ||
} |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
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
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
4
305
Yes
19715
1
7
1
+ Added@wezz/ariamanager@^0.1.5
+ Added@wezz/ariamanager@0.1.6(transitive)