New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

react-mkx-toolkit

Package Overview
Dependencies
Maintainers
1
Versions
98
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

react-mkx-toolkit - npm Package Compare versions

Comparing version 1.2.4 to 1.2.5

KeyType.d.ts

2

package.json
{
"name": "react-mkx-toolkit",
"version": "1.2.4",
"version": "1.2.5",
"description": "",

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

import { useEffect } from "react";
import { KeyType } from "./../index.d";
type KeyType =
| "Backspace"
| "Tab"
| "Enter"
| "Shift"
| "Control"
| "Alt"
| "CapsLock"
| "Escape"
| "Space"
| "PageUp"
| "PageDown"
| "End"
| "Home"
| "ArrowLeft"
| "ArrowUp"
| "ArrowRight"
| "ArrowDown"
| "Insert"
| "Delete"
| "0"
| "1"
| "2"
| "3"
| "4"
| "5"
| "6"
| "7"
| "8"
| "9"
| "a"
| "b"
| "c"
| "d"
| "e"
| "f"
| "g"
| "h"
| "i"
| "j"
| "k"
| "l"
| "m"
| "n"
| "o"
| "p"
| "q"
| "r"
| "s"
| "t"
| "u"
| "v"
| "w"
| "x"
| "y"
| "z"
| "Meta"
| "ContextMenu"
| "F1"
| "F2"
| "F3"
| "F4"
| "F5"
| "F6"
| "F7"
| "F8"
| "F9"
| "F10"
| "F11"
| "F12"
| "NumLock"
| "ScrollLock"
| ";"
| "="
| ","
| "-"
| "."
| "/"
| "`"
| "["
| "\\"
| "]"
| "'"
| "Shift"
| "Control"
| "Alt"
| "Meta";
/**

@@ -92,0 +5,0 @@ * Custom hook to handle keyboard events.

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