Socket
Socket
Sign inDemoInstall

react-untabbable

Package Overview
Dependencies
7
Maintainers
1
Versions
8
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.0.1 to 1.0.2

5

CHANGELOG.md

@@ -0,1 +1,6 @@

## 1.0.1 (May 9, 2020)
- Fix build step
- Fix tests
## 1.0.0 (May 9, 2020)

@@ -2,0 +7,0 @@

2

package.json
{
"name": "react-untabbable",
"version": "1.0.1",
"version": "1.0.2",
"description": "An extremely simple hook to make a container and all its children untabbable, but still focusable.",

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

@@ -38,8 +38,8 @@ [![npm](https://img.shields.io/npm/v/react-untabbable.svg?color=green&style=flat-square)](https://www.npmjs.com/package/react-untabbable)

| Parameter | Type | Default | Description |
|--------------------------|---------------|---------|---------------------------------------------------|
| ref | `ref | ref[]` | | One or more refs to DOM elements |
| options? | `object` | `{}` | |
| options.disabled | `boolean` | `false` | Restores the tabbable behaviour |
| options.includeContainer | `boolean` | `true` | If the owner of the ref should also be untabbable |
| Parameter | Type | Default | Description |
|--------------------------|------------------|---------|---------------------------------------------------|
| ref | `ref` or `ref[]` | | One or more refs to DOM elements |
| options? | `object` | `{}` | |
| options.disabled | `boolean` | `false` | Restores the tabbable behaviour |
| options.includeContainer | `boolean` | `true` | If the owner of the ref should also be untabbable |

@@ -46,0 +46,0 @@

SocketSocket SOC 2 Logo

Product

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

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc