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

keycode

Package Overview
Dependencies
Maintainers
1
Versions
17
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

keycode - npm Package Compare versions

Comparing version 2.1.1 to 2.1.2

2

component.json

@@ -5,3 +5,3 @@ {

"description": "Map of keyboard codes",
"version": "2.1.1",
"version": "2.1.2",
"development": {

@@ -8,0 +8,0 @@ "timoxley/assert": "*"

@@ -67,3 +67,4 @@ // Source: http://jsfiddle.net/vWx8V/

'command': 91,
'right click': 93,
'left command': 91,
'right command': 93,
'numpad *': 106,

@@ -109,3 +110,3 @@ 'numpad +': 107,

'pgup': 33,
'pgdn': 33,
'pgdn': 34,
'ins': 45,

@@ -112,0 +113,0 @@ 'del': 46,

{
"name": "keycode",
"description": "Convert between keyboard keycodes and keynames and vice versa.",
"version": "2.1.1",
"version": "2.1.2",
"main": "index.js",

@@ -6,0 +6,0 @@ "directories": {

@@ -78,3 +78,3 @@ # keycode

pgup page up
pgdn page up
pgdn page down
ins insert

@@ -81,0 +81,0 @@ del delete

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