react-hot-keys
Advanced tools
Comparing version 1.0.2 to 1.0.3
{ | ||
"name": "react-hot-keys", | ||
"version": "1.0.2", | ||
"version": "1.0.3", | ||
"description": "React component to listen to keydown and keyup keyboard events, defining and dispatching keyboard shortcuts.", | ||
@@ -23,3 +23,3 @@ "author": "kenny wang <wowohoo@qq.com>", | ||
"dependencies": { | ||
"hotkeys-js": "^2.0.3" | ||
"hotkeys-js": "^2.0.5" | ||
}, | ||
@@ -26,0 +26,0 @@ "peerDependencies": { |
@@ -6,9 +6,9 @@ react-hotkeys | ||
[build-badge]: https://img.shields.io/travis/jaywcjlove/react-hotkeys/master.png?style=flat-square "Build Badge" | ||
[build-badge]: https://travis-ci.org/jaywcjlove/react-hotkeys.svg?branch=master "Build Badge" | ||
[build]: https://travis-ci.org/jaywcjlove/react-hotkeys "Build" | ||
[npm-badge]: https://img.shields.io/npm/v/npm-package.png?style=flat-square "Npm Badge" | ||
[npm]: https://www.npmjs.org/package/npm-package "npm" | ||
[npm-badge]: https://img.shields.io/npm/v/react-hot-keys.svg "Npm Badge" | ||
[npm]: https://www.npmjs.org/package/react-hot-keys "npm" | ||
[coveralls-badge]: https://img.shields.io/coveralls/jaywcjlove/react-hotkeys/master.png?style=flat-square "Coveralls Badge" | ||
[coveralls-badge]: https://img.shields.io/coveralls/jaywcjlove/react-hotkeys/master.svg "Coveralls Badge" | ||
[coveralls]: https://coveralls.io/github/jaywcjlove/react-hotkeys "Coveralls" | ||
@@ -29,2 +29,4 @@ | ||
Preview [demo](https://jaywcjlove.github.io/react-hotkeys/). | ||
```js | ||
@@ -31,0 +33,0 @@ import React, { Component } from 'react'; |
/*! | ||
* react-hot-keys v1.0.2 | ||
* react-hot-keys v1.0.3 | ||
* MIT Licensed | ||
@@ -4,0 +4,0 @@ */ |
/*! | ||
* react-hot-keys v1.0.2 | ||
* react-hot-keys v1.0.3 | ||
* MIT Licensed | ||
@@ -4,0 +4,0 @@ */ |
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
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
86799
94
0
Updatedhotkeys-js@^2.0.5