react-hotkeys-hook
Advanced tools
Comparing version 1.0.0 to 1.0.1
@@ -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 |
{ | ||
"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
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
Uses eval
Supply chain riskPackage uses dynamic code execution (e.g., eval()), which is a dangerous practice. This can prevent the code from running in certain environments and increases the risk that the code may contain exploits or malicious behavior.
Found 1 instance in 1 package
Dynamic require
Supply chain riskDynamic require can indicate the package is performing dangerous or unsafe dynamic code execution.
Found 1 instance in 1 package
6
77
1
1
224206
15
105