react-hotkeys-hook
Advanced tools
Comparing version 1.3.0 to 1.3.2
@@ -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 |
{ | ||
"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" | ||
} | ||
} |
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
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 contributors or author data
MaintenancePackage does not specify a list of contributors or an author in package.json.
Found 1 instance in 1 package
8086
10
1
36
+ Addedhotkeys-js@3.6.3(transitive)
- Removedhotkeys-js@3.6.2(transitive)
Updatedhotkeys-js@3.6.3