accessible-menu
Advanced tools
Comparing version 3.0.7 to 3.0.8
{ | ||
"name": "accessible-menu", | ||
"version": "3.0.7", | ||
"version": "3.0.8", | ||
"description": "A JavaScript library to help you generate WCAG accessible menus in the DOM.", | ||
@@ -48,33 +48,33 @@ "main": "index.js", | ||
"devDependencies": { | ||
"@babel/cli": "^7.12.1", | ||
"@babel/core": "^7.12.3", | ||
"@babel/eslint-parser": "^7.14.7", | ||
"@babel/preset-env": "^7.12.1", | ||
"@commitlint/cli": "^17.0.0", | ||
"@commitlint/config-conventional": "^17.0.0", | ||
"@rollup/plugin-babel": "^6.0.0", | ||
"commitizen": "^4.2.2", | ||
"@babel/cli": "^7.22.5", | ||
"@babel/core": "^7.22.5", | ||
"@babel/eslint-parser": "^7.22.5", | ||
"@babel/preset-env": "^7.22.5", | ||
"@commitlint/cli": "^17.6.6", | ||
"@commitlint/config-conventional": "^17.6.6", | ||
"@rollup/plugin-babel": "^6.0.3", | ||
"commitizen": "^4.3.0", | ||
"cz-conventional-changelog": "^3.3.0", | ||
"docdash": "^2.0.0", | ||
"eslint": "^7.12.1", | ||
"eslint-config-prettier": "^8.1.0", | ||
"eslint-config-standard": "^16.0.1", | ||
"eslint-plugin-import": "^2.22.1", | ||
"eslint-plugin-jsdoc": "^46.2.6", | ||
"docdash": "^2.0.1", | ||
"eslint": "^8.43.0", | ||
"eslint-config-prettier": "^8.8.0", | ||
"eslint-config-standard": "^17.1.0", | ||
"eslint-plugin-import": "^2.27.5", | ||
"eslint-plugin-jsdoc": "^46.4.2", | ||
"eslint-plugin-node": "^11.1.0", | ||
"eslint-plugin-promise": "^5.1.0", | ||
"husky": "^8.0.1", | ||
"jest": "^29.0.0", | ||
"jest-environment-jsdom": "^29.0.0", | ||
"eslint-plugin-promise": "^6.1.1", | ||
"husky": "^8.0.3", | ||
"jest": "^29.5.0", | ||
"jest-environment-jsdom": "^29.5.0", | ||
"jest-extended": "^4.0.0", | ||
"jsdoc": "^4.0.0", | ||
"jsdoc": "^4.0.2", | ||
"jsdoc-typeof-plugin": "^1.0.0", | ||
"lint-staged": "^13.0.1", | ||
"prettier": "^2.1.2", | ||
"rollup": "^2.33.1", | ||
"lint-staged": "^13.2.3", | ||
"prettier": "^2.8.8", | ||
"rollup": "^2.79.1", | ||
"rollup-plugin-cleanup": "^3.2.1", | ||
"rollup-plugin-terser": "^7.0.2", | ||
"standard-version": "^9.0.0", | ||
"terser": "^5.6.1" | ||
"standard-version": "^9.5.0", | ||
"terser": "^5.18.2" | ||
} | ||
} |
@@ -46,3 +46,3 @@ # accessible-menu | ||
```html | ||
<script src="https://cdn.jsdelivr.net/npm/accessible-menu@3.0.7/dist/accessible-menu.min.js"></script> | ||
<script src="https://cdn.jsdelivr.net/npm/accessible-menu@3.0.8/dist/accessible-menu.min.js"></script> | ||
``` | ||
@@ -81,3 +81,3 @@ | ||
```html | ||
<script src="https://cdn.jsdelivr.net/npm/accessible-menu@3.0.7/dist/accessible-menu.min.js"></script> | ||
<script src="https://cdn.jsdelivr.net/npm/accessible-menu@3.0.8/dist/accessible-menu.min.js"></script> | ||
``` | ||
@@ -111,3 +111,3 @@ | ||
```html | ||
<script src="https://cdn.jsdelivr.net/npm/accessible-menu@3.0.7/dist/disclosure-menu.min.js"></script> | ||
<script src="https://cdn.jsdelivr.net/npm/accessible-menu@3.0.8/dist/disclosure-menu.min.js"></script> | ||
``` | ||
@@ -133,3 +133,3 @@ | ||
```html | ||
<script src="https://cdn.jsdelivr.net/npm/accessible-menu@3.0.7/dist/menubar.min.js"></script> | ||
<script src="https://cdn.jsdelivr.net/npm/accessible-menu@3.0.8/dist/menubar.min.js"></script> | ||
``` | ||
@@ -155,3 +155,3 @@ | ||
```html | ||
<script src="https://cdn.jsdelivr.net/npm/accessible-menu@3.0.7/dist/treeview.min.js"></script> | ||
<script src="https://cdn.jsdelivr.net/npm/accessible-menu@3.0.8/dist/treeview.min.js"></script> | ||
``` | ||
@@ -158,0 +158,0 @@ |
@@ -33,3 +33,3 @@ // eslint-disable-next-line no-unused-vars | ||
*/ | ||
_MenuType = BaseMenu; | ||
_MenuType = BaseMenu; // eslint-disable-line no-use-before-define | ||
@@ -36,0 +36,0 @@ /** |
@@ -34,3 +34,3 @@ import BaseMenu from "./_baseMenu.js"; | ||
*/ | ||
_MenuType = DisclosureMenu; | ||
_MenuType = DisclosureMenu; // eslint-disable-line no-use-before-define | ||
@@ -37,0 +37,0 @@ /** |
@@ -33,3 +33,3 @@ import BaseMenu from "./_baseMenu.js"; | ||
*/ | ||
_MenuType = Menubar; | ||
_MenuType = Menubar; // eslint-disable-line no-use-before-define | ||
@@ -36,0 +36,0 @@ /** |
@@ -33,3 +33,3 @@ import BaseMenu from "./_baseMenu.js"; | ||
*/ | ||
_MenuType = Treeview; | ||
_MenuType = Treeview; // eslint-disable-line no-use-before-define | ||
@@ -36,0 +36,0 @@ /** |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
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
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
2538013