Comparing version 2.1.8 to 2.1.9
@@ -5,3 +5,3 @@ { | ||
"description": "Map of keyboard codes", | ||
"version": "2.1.8", | ||
"version": "2.1.9", | ||
"development": { | ||
@@ -8,0 +8,0 @@ "timoxley/assert": "*" |
{ | ||
"name": "keycode", | ||
"description": "Convert between keyboard keycodes and keynames and vice versa.", | ||
"version": "2.1.8", | ||
"version": "2.1.9", | ||
"main": "index.js", | ||
@@ -6,0 +6,0 @@ "directories": { |
@@ -35,3 +35,3 @@ # keycode | ||
##keycode(keycode:Event) | ||
### keycode(keycode:Event) | ||
@@ -48,3 +48,3 @@ Returns the name of the key associated with this event. | ||
##keycode(keycode:Number) | ||
### keycode(keycode:Number) | ||
@@ -57,3 +57,3 @@ Returns the lowercase name of a given numeric keycode. | ||
##keycode(name:String) | ||
### keycode(name:String) | ||
@@ -60,0 +60,0 @@ Returns the numeric keycode for given key name. |
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
114840
4521