Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

react-hotkeys-hook

Package Overview
Dependencies
Maintainers
1
Versions
113
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.3.0 to 1.3.2

docs/intro.mdx

5

CHANGELOG.md

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

## [1.3.1] - 12-Apr-2019
* Removed console.logs
* tightened source
* Updated docz
## [1.3.0] - 06-Apr-2019

@@ -2,0 +7,0 @@ * Fixed bind and unbind on every render

83

package.json
{
"name": "react-hotkeys-hook",
"description": "React hook for using keyboard shortcuts in components. This is a hook version for the [hotkeys] package.",
"version": "1.3.0",
"license": "MIT",
"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,
"version": "1.3.2",
"repository": "https://JohannesKlauss@github.com/JohannesKlauss/react-keymap-hook.git",
"author": "Johannes Klauss",
"keywords": [

@@ -24,34 +18,61 @@ "react",

],
"files": [
"dist-*/",
"assets/",
"bin/"
],
"repository": "https://JohannesKlauss@github.com/JohannesKlauss/react-keymap-hook.git",
"license": "MIT",
"scripts": {
"build": "pack build",
"publish": "pack publish",
"docz:dev": "docz dev",
"docz:build": "docz build"
},
"babel": {
"presets": [
"@babel/preset-env",
"@babel/preset-typescript",
"@babel/preset-react"
]
},
"@pika/pack": {
"pipeline": [
[
"@pika/plugin-ts-standard-pkg"
],
[
"@pika/plugin-build-node"
],
[
"@pika/plugin-build-web"
],
[
"@pika/plugin-build-types"
]
]
},
"dependencies": {
"hotkeys-js": "3.6.2"
"hotkeys-js": "3.6.3"
},
"peerDependencies": {
"react": ">=16.8.1"
},
"devDependencies": {
"@babel/core": "7.4.3",
"@babel/preset-env": "7.4.3",
"@babel/core": "7.4.4",
"@babel/preset-env": "7.4.4",
"@babel/preset-react": "7.0.0",
"@babel/preset-typescript": "7.3.3",
"@emotion/core": "10.0.10",
"@pika/pack": "0.3.6",
"@pika/plugin-build-node": "0.3.14",
"@pika/plugin-build-types": "0.3.14",
"@pika/plugin-build-web": "0.3.14",
"@pika/plugin-ts-standard-pkg": "0.3.14",
"@types/react": "16.8.12",
"@types/react-dom": "16.8.3",
"docz": "0.13.7",
"docz-theme-default": "0.13.7",
"@pika/pack": "0.3.7",
"@pika/plugin-build-node": "0.3.16",
"@pika/plugin-build-types": "0.3.16",
"@pika/plugin-build-web": "0.3.16",
"@pika/plugin-ts-standard-pkg": "0.3.16",
"@types/react": "16.8.15",
"@types/react-dom": "16.8.4",
"docz": "1.0.4",
"docz-theme-default": "1.1.0",
"emotion-theming": "10.0.10",
"react": "16.8.6",
"react-dom": "16.8.6",
"typescript": "3.4.2"
"typescript": "3.4.5"
},
"peerDependencies": {
"react": ">=16.8.1"
},
"resolutions": {
"@types/react": "16.8.15"
}
}
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