Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@axe-core/react

Package Overview
Dependencies
Maintainers
4
Versions
456
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@axe-core/react - npm Package Compare versions

Comparing version 4.9.2-b24b979.0 to 4.9.2-bf76a3c.0

6

./dist/index.js

@@ -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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc