Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

react-hot-keys

Package Overview
Dependencies
Maintainers
1
Versions
33
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

react-hot-keys - npm Package Compare versions

Comparing version 1.0.2 to 1.0.3

4

package.json
{
"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 @@ */

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