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.3.3 to 1.3.4

dist/DOMutils.js

2

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

@@ -5,0 +5,0 @@ "main": "dist/index.js",

@@ -5,7 +5,2 @@ import React, { PropTypes } from 'react';

/*import moveFocusInside from './setFocus';
import focusInside from './utils/focusInside';
import tabHook from './tabHook';
/**/
const FocusTrap = ({ children, onBlur, onFocus }) => (

@@ -12,0 +7,0 @@ <div onBlur={onBlur} onFocus={onFocus}>

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