@axe-core/react
Advanced tools
Comparing version 4.9.2-b24b979.0 to 4.9.2-bf76a3c.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-b24b979.0+b24b979", | ||
"version": "4.9.2-bf76a3c.0+bf76a3c", | ||
"description": "Dynamic accessibility analysis for React using axe-core", | ||
@@ -63,3 +63,3 @@ "main": "./dist/index.js", | ||
"dependencies": { | ||
"axe-core": "~4.9.0", | ||
"axe-core": "~4.10.0", | ||
"requestidlecallback": "^0.3.0" | ||
@@ -84,3 +84,3 @@ }, | ||
"react-shadow": "^20.4.0", | ||
"sinon": "^17.0.1", | ||
"sinon": "^18.0.0", | ||
"ts-node": "^10.9.1", | ||
@@ -94,3 +94,3 @@ "tsup": "^8.0.1", | ||
}, | ||
"gitHead": "b24b9794fefeb3e6470237ec1ea39b76e91314e6" | ||
"gitHead": "bf76a3cc81dc977a17cded5d6f83ef2989ec1418" | ||
} |
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
39211
1059
+ Addedaxe-core@4.10.2(transitive)
- Removedaxe-core@4.9.1(transitive)
Updatedaxe-core@~4.10.0