Socket
Socket
Sign inDemoInstall

react-keyboard-shortcuts

Package Overview
Dependencies
5
Maintainers
1
Versions
6
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.1.0 to 1.1.1

10

CHANGELOG.md

@@ -5,2 +5,12 @@ # Change Log

<a name="1.1.1"></a>
## [1.1.1](https://github.com/CurtisHumphrey/react-keyboard-shortcuts/compare/v1.1.0...v1.1.1) (2018-01-31)
### Bug Fixes
* returning false from handler didn't stop propagation like it should ([f18dcf2](https://github.com/CurtisHumphrey/react-keyboard-shortcuts/commit/f18dcf2))
<a name="1.1.0"></a>

@@ -7,0 +17,0 @@ # [1.1.0](https://github.com/CurtisHumphrey/react-keyboard-shortcuts/compare/v1.0.1...v1.1.0) (2018-01-25)

2

lib/hotkeys.js

@@ -52,3 +52,3 @@ 'use strict';

});
return !propagate;
return propagate;
};

@@ -55,0 +55,0 @@ };

{
"name": "react-keyboard-shortcuts",
"version": "1.1.0",
"version": "1.1.1",
"description": "A declarative library for handling hotkeys based on explicit priority in React applications",

@@ -5,0 +5,0 @@ "keywords": [

@@ -21,3 +21,3 @@ import React from 'react'

})
return !propagate
return propagate
}

@@ -24,0 +24,0 @@

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc