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

@axe-core/react

Package Overview
Dependencies
Maintainers
0
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-2c713b5.0 to 4.9.2-3ab9e3a.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-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

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