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 1.0.3 to 1.1.0

dist-node/index.js

5

CHANGELOG.md

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

## [1.1.0] - 20-Feb-2019
* BC: Renamed `useHotKeys` to `useHotkeys` to keep it identical with the hotkeys package
* Switched to docz for documentation
* Switched to pika for packaging and publishing
## [1.0.3] - 13-Feb-2019

@@ -2,0 +7,0 @@ * Bumped up hotkeys-js version to 3.4.4

68

package.json
{
"name": "react-hotkeys-hook",
"version": "1.0.3",
"main": "dist/index.js",
"typings": "dist/index.d.ts",
"repository": "https://JohannesKlauss@github.com/JohannesKlauss/react-keymap-hook.git",
"author": "Johannes Klauss",
"keywords": ["react", "hook", "component", "hotkey", "shortcut", "keyboard", "shortcuts", "keypress", "hotkeys"],
"description": "React hook for using keyboard shortcuts in components. This is a hook version for the [hotkeys] package.",
"version": "1.1.0",
"license": "MIT",
"scripts": {
"dev": "parcel example/index.html",
"build": "parcel build src/index.ts"
"source": "dist-src/index.js",
"types": "dist-types/index.d.ts",
"main": "dist-node/index.js",
"module": "dist-web/index.js",
"pika": true,
"sideEffects": false,
"keywords": [
"react",
"hook",
"hooks",
"component",
"hotkey",
"shortcut",
"keyboard",
"shortcuts",
"keypress",
"hotkeys"
],
"files": [
"dist-*/",
"assets/",
"bin/"
],
"repository": {
"type": "git",
"url": "https://JohannesKlauss@github.com/JohannesKlauss/react-keymap-hook.git"
},
"dependencies": {
"hotkeys-js": "^3.4.4"
"hotkeys-js": "3.4.4"
},
"peerDependencies": {
"react": ">=16.8.1"
},
"devDependencies": {
"@babel/core": "^7.2.2",
"@types/react": "^16.7.18",
"@types/react-dom": "^16.0.11",
"babel-loader": "^8.0.5",
"parcel-bundler": "^1.11.0",
"typescript": "^3.2.2"
},
"peerDependencies": {
"react": "^16.8.0",
"react-dom": "^16.8.0"
"@babel/core": "7.3.3",
"@babel/preset-env": "7.3.1",
"@babel/preset-react": "7.0.0",
"@babel/preset-typescript": "7.3.3",
"@pika/pack": "0.3.2",
"@pika/plugin-build-node": "0.3.11",
"@pika/plugin-build-types": "0.3.11",
"@pika/plugin-build-web": "0.3.11",
"@pika/plugin-ts-standard-pkg": "0.3.11",
"@types/react": "16.8.4",
"@types/react-dom": "16.8.2",
"docz": "0.13.7",
"docz-theme-default": "0.12.9",
"react": "16.8.2",
"react-dom": "16.8.2",
"typescript": "3.3.3"
}
}
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