react-hotkeys-hook
Advanced tools
Comparing version 1.0.3 to 1.1.0
@@ -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 |
{ | ||
"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" | ||
} | ||
} |
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
No contributors or author data
MaintenancePackage does not specify a list of contributors or an author in package.json.
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
No repository
Supply chain riskPackage does not have a linked source code repository. Without this field, a package will have no reference to the location of the source code use to generate the package.
Found 1 instance in 1 package
2
0
5825
16
8
37
2
1
+ Addedhotkeys-js@3.4.4(transitive)
+ Addedreact@18.3.1(transitive)
- Removedhotkeys-js@3.13.7(transitive)
- Removedobject-assign@4.1.1(transitive)
- Removedprop-types@15.8.1(transitive)
- Removedreact@16.14.0(transitive)
- Removedreact-dom@16.14.0(transitive)
- Removedreact-is@16.13.1(transitive)
- Removedscheduler@0.19.1(transitive)
Updatedhotkeys-js@3.4.4