Socket
Socket
Sign inDemoInstall

react-keydown

Package Overview
Dependencies
6
Maintainers
1
Versions
62
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.9.4 to 1.9.5

6

CHANGELOG.md

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

## 1.9.5
- Add pageUp, pageDown, home, end keys. See [#72](https://github.com/glortho/react-keydown/pull/72).
Thank you @dariuszpaluch!
## 1.9.4

@@ -7,0 +13,0 @@

4

dist/lib/keys.js

@@ -21,2 +21,6 @@ 'use strict';

space: 32,
pageUp: 33,
pageDown: 34,
end: 35,
home: 36,
left: 37,

@@ -23,0 +27,0 @@ up: 38,

@@ -14,2 +14,6 @@ import 'core-js/es6/symbol';

space: 32,
pageUp: 33,
pageDown: 34,
end: 35,
home: 36,
left: 37,

@@ -16,0 +20,0 @@ up: 38,

2

package.json
{
"name": "react-keydown",
"version": "1.9.4",
"version": "1.9.5",
"description": "Lightweight keydown wrapper for React components",

@@ -5,0 +5,0 @@ "main": "dist/index.js",

@@ -14,2 +14,6 @@ import 'core-js/es6/symbol';

space: 32,
pageUp: 33,
pageDown: 34,
end: 35,
home: 36,
left: 37,

@@ -16,0 +20,0 @@ up: 38,

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