@axe-core/react
Advanced tools
Comparing version 4.9.2-2c713b5.0 to 4.9.2-3ab9e3a.0
@@ -119,4 +119,3 @@ var __create = Object.create; | ||
_timeout = null; | ||
if (!immediate) | ||
func.apply(this, args); | ||
if (!immediate) func.apply(this, args); | ||
}; | ||
@@ -126,4 +125,3 @@ const callNow = immediate && !_timeout; | ||
_timeout = setTimeout(later, wait); | ||
if (callNow) | ||
func.apply(this, args); | ||
if (callNow) func.apply(this, args); | ||
}; | ||
@@ -130,0 +128,0 @@ } |
@@ -119,4 +119,3 @@ var __create = Object.create; | ||
_timeout = null; | ||
if (!immediate) | ||
func.apply(this, args); | ||
if (!immediate) func.apply(this, args); | ||
}; | ||
@@ -126,4 +125,3 @@ const callNow = immediate && !_timeout; | ||
_timeout = setTimeout(later, wait); | ||
if (callNow) | ||
func.apply(this, args); | ||
if (callNow) func.apply(this, args); | ||
}; | ||
@@ -130,0 +128,0 @@ } |
{ | ||
"name": "@axe-core/react", | ||
"version": "4.9.2-2c713b5.0+2c713b5", | ||
"version": "4.9.2-3ab9e3a.0+3ab9e3a", | ||
"description": "Dynamic accessibility analysis for React using axe-core", | ||
@@ -92,3 +92,3 @@ "main": "./dist/index.js", | ||
}, | ||
"gitHead": "2c713b5a7a27bc588b61b0688576acef1d20ac80" | ||
"gitHead": "3ab9e3a9ca51d384f9797939f5f0c64d36df2aed" | ||
} |
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
Manifest confusion
Supply chain riskThis package has inconsistent metadata. This could be malicious or caused by an error when publishing the package.
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
Manifest confusion
Supply chain riskThis package has inconsistent metadata. This could be malicious or caused by an error when publishing the package.
Found 1 instance in 1 package
39210
1059