Comparing version 2.1.1 to 2.1.2
@@ -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 |
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
112160
4383