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

@interop-ui/react-focus-guards

Package Overview
Dependencies
Maintainers
4
Versions
7
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@interop-ui/react-focus-guards - npm Package Compare versions

Comparing version 0.0.1-2 to 0.0.1-3

2

package.json
{
"name": "@interop-ui/react-focus-guards",
"version": "0.0.1-2",
"version": "0.0.1-3",
"license": "MIT",

@@ -5,0 +5,0 @@ "source": "src/index.ts",

@@ -13,18 +13,2 @@ # `react-focus-guards`

```js
import * as React from 'react';
import { useFocusGuards, FocusGuards } from '@interop-ui/react-focus-guards';
function MyComponent1(props) {
useFocusGuards();
return <div onFocus={} onBlur={} />;
}
function MyComponent2(props) {
return (
<FocusGuards>
<div onFocus={} onBlur={} />
</FocusGuards>
);
}
```
This is an internal utility, not intended for public usage.
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