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 0.0.0 to 0.0.1

index.cjs.js

25

package.json
{
"name": "react-untabbable",
"version": "0.0.0",
"version": "0.0.1",
"description": "An extremely simple hook to make a container and all its children untabbable, but still focusable.",
"source": "src/index.ts",
"main": "dist/react-untabbable.js",
"main": "index.js",
"scripts": {
"build": "yarn run clean && microbundle build -o dist --sourcemap false --compress false",
"clean": "rm -rf dist"
"build": "yarn run clean && rollup -c",
"test": "jest test",
"clean": "rm -f index.js index.cjs.js"
},

@@ -30,6 +31,18 @@ "repository": {

"devDependencies": {
"@babel/preset-env": "^7.4.3",
"@babel/preset-react": "^7.0.0",
"@babel/preset-typescript": "^7.3.3",
"@types/node": "^11.13.0",
"@types/react": "^16.8.10",
"@types/tabbable": "^3.1.0",
"microbundle": "^0.11.0",
"babel-jest": "^24.7.1",
"jest": "^24.7.1",
"react": "16.8",
"react-testing-library": "^6.1.2",
"rollup": "^1.10.1",
"rollup-plugin-babel": "^4.3.2",
"rollup-plugin-commonjs": "^9.3.4",
"rollup-plugin-node-resolve": "^4.2.3",
"rollup-plugin-size-snapshot": "^0.8.0",
"rollup-plugin-typescript": "^1.0.1",
"tslib": "^1.9.3",
"typescript": "^3.4.1"

@@ -36,0 +49,0 @@ },

@@ -0,1 +1,3 @@

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

@@ -51,2 +53,2 @@ An extremely simple utility to make a container and all its children untabbable, but still focusable.

};
```
```
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