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

react-focus-lock

Package Overview
Dependencies
Maintainers
1
Versions
109
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

react-focus-lock - npm Package Compare versions

Comparing version 1.13.1 to 1.13.2

4

package.json
{
"name": "react-focus-lock",
"version": "1.13.1",
"version": "1.13.2",
"description": "It is a trap! (for a focus)",

@@ -74,3 +74,3 @@ "main": "dist/index.js",

"dependencies": {
"focus-lock": "^0.4.1",
"focus-lock": "^0.4.2",
"prop-types": "^15.6.2",

@@ -77,0 +77,0 @@ "react-clientside-effect": "^1.0.0"

@@ -54,2 +54,6 @@ import React, {Component} from "react";

</div>}
<button tabIndex={-1}>TAB -1 BUTTON</button>
<button style={{visibility: 'hidden'}}>hidden</button>
<button style={{display: 'none'}}>node</button>
</FocusLock>

@@ -65,4 +69,5 @@ )

<div style={bg}> Inaccessible <a href='#'>Link</a> outside</div>
<button tabIndex={-1}>TAB -1 BUTTON OUTSIDE</button>
</div>;
export default App;
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