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.0.0 to 1.0.1

4

CHANGELOG.md

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

## [1.0.1] - 07-Feb-2019
* Bumped peerDependencies for react and react-dom
* Cleaned up repository
## [0.1.2] - 15-Jan-2019
* Initial release

22

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

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

"dev": "parcel example/index.html",
"build": "parcel build src/index.ts",
"storybook": "start-storybook -p 6006",
"build-storybook": "build-storybook"
"build": "parcel build src/index.ts"
},

@@ -22,24 +20,12 @@ "dependencies": {

"@babel/core": "^7.2.2",
"@storybook/addon-actions": "^4.1.6",
"@storybook/addon-links": "^4.1.6",
"@storybook/addons": "^4.1.6",
"@storybook/react": "^4.1.6",
"@types/enzyme": "^3.1.15",
"@types/enzyme-adapter-react-16": "^1.0.3",
"@types/jest": "^23.3.12",
"@types/react": "^16.7.18",
"@types/react-dom": "^16.0.11",
"babel-loader": "^8.0.5",
"enzyme": "^3.8.0",
"enzyme-adapter-react-16": "^1.7.1",
"jest": "^23.6.0",
"parcel-bundler": "^1.11.0",
"react": "^16.8.0-alpha.0",
"react-dom": "^16.8.0-alpha.0",
"typescript": "^3.2.2"
},
"peerDependencies": {
"react": "^16.8.0-alpha.0",
"react-dom": "^16.8.0-alpha.0"
"react": "^16.8.0",
"react-dom": "^16.8.0"
}
}

@@ -17,3 +17,3 @@ # react-hotkeys-hook

Make sure that you have `react@next` and `react-dom@next` installed, or otherwise hooks won't work for you.
Make sure that you have at least version 16.8 of `react` and `react-dom` installed, or otherwise hooks won't work for you.

@@ -77,2 +77,2 @@ ### Usage

[hotkeys]: https://github.com/jaywcjlove/hotkeys
[hotkeys]: https://github.com/jaywcjlove/hotkeys

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