makeup-active-descendant
Advanced tools
Comparing version 0.3.4 to 0.3.5
'use strict'; // requires NodeList.forEach polyfill for IE | ||
// conditional check due to https://github.com/imagitama/nodelist-foreach-polyfill/issues/7 | ||
@@ -27,3 +28,5 @@ function _typeof(obj) { "@babel/helpers - typeof"; if (typeof Symbol === "function" && typeof Symbol.iterator === "symbol") { _typeof = function _typeof(obj) { return typeof obj; }; } else { _typeof = function _typeof(obj) { return obj && typeof Symbol === "function" && obj.constructor === Symbol && obj !== Symbol.prototype ? "symbol" : typeof obj; }; } return _typeof(obj); } | ||
require('nodelist-foreach-polyfill'); // requires CustomEvent polyfill for IE | ||
if (typeof window !== 'undefined') { | ||
require('nodelist-foreach-polyfill'); | ||
} // requires CustomEvent polyfill for IE | ||
// https://developer.mozilla.org/en-US/docs/Web/API/CustomEvent/CustomEvent | ||
@@ -30,0 +33,0 @@ |
{ | ||
"name": "makeup-active-descendant", | ||
"description": "Implements ARIA active descendant keyboard navigation", | ||
"version": "0.3.4", | ||
"version": "0.3.5", | ||
"main": "index.js", | ||
@@ -63,3 +63,3 @@ "repository": "https://github.com/makeup-js/makeup-active-descendant.git", | ||
"custom-event": "^1", | ||
"makeup-navigation-emitter": "~0.3.2", | ||
"makeup-navigation-emitter": "~0.3.3", | ||
"nodelist-foreach-polyfill": "^1" | ||
@@ -66,0 +66,0 @@ }, |
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
302238
196