Socket
Socket
Sign inDemoInstall

react-hotkeys-hook

Package Overview
Dependencies
Maintainers
1
Versions
111
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

react-hotkeys-hook - npm Package Compare versions

Comparing version 0.1.3 to 0.1.4

8

package.json
{
"name": "react-hotkeys-hook",
"version": "0.1.3",
"version": "0.1.4",
"main": "dist/index.js",

@@ -17,5 +17,3 @@ "typings": "dist/index.d.ts",

"dependencies": {
"hotkeys-js": "^3.4.1",
"react": "^16.8.0-alpha.0",
"react-dom": "^16.8.0-alpha.0"
"hotkeys-js": "^3.4.1"
},

@@ -38,2 +36,4 @@ "devDependencies": {

"parcel-bundler": "^1.11.0",
"react": "^16.8.0-alpha.0",
"react-dom": "^16.8.0-alpha.0",
"typescript": "^3.2.2"

@@ -40,0 +40,0 @@ },

# react-hotkeys-hook
React hook for using keyboard shortcuts in components.
This is a hook version for the [hotkeys-js] package.
This is a hook version for the [hotkeys] package.

@@ -54,6 +54,9 @@ ### Installation

`useHotkey(key: string, (keys: string, callback: (event: KeyboardEvent, handler: HotkeysEvent) => void))`
```typescript
useHotkey(keys: string, callback: (event: KeyboardEvent, handler: HotkeysEvent) => void)
```
The `useHotkey` hook follows the [hotkeys] call signature.
The callback function takes the exact parameters as the callback function in the hotkeys-js package.
See [hotkeys-js] documentation for more info or look into the typings file.
See [hotkeys] documentation for more info or look into the typings file.

@@ -74,2 +77,2 @@ ### Found an issue or have a feature request?

[hotkeys-js]: https://github.com/jaywcjlove/hotkeys
[hotkeys]: https://github.com/jaywcjlove/hotkeys
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