Comparing version 1.0.0 to 1.0.1
@@ -119,3 +119,3 @@ var whitespace = { | ||
export function codetoString(keyCode) { | ||
export function codeToString(keyCode) { | ||
if (isAlphabet(keyCode) || isNumber(keyCode)) { | ||
@@ -122,0 +122,0 @@ return String.fromCharCode(keyCode); |
{ | ||
"name": "keystroke", | ||
"description": "A keypress code-to-label helper library for the browser", | ||
"version": "1.0.0", | ||
"version": "1.0.1", | ||
"main": "dist/keystroke.js", | ||
@@ -6,0 +6,0 @@ "repository": { |
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