w3c-keyname
Advanced tools
Comparing version 1.1.5 to 1.1.6
@@ -111,2 +111,7 @@ var base = { | ||
if (name == "Del") name = "Delete" | ||
// https://developer.microsoft.com/en-us/microsoft-edge/platform/issues/8860571/ | ||
if (name == "Left") name = "ArrowLeft" | ||
if (name == "Up") name = "ArrowUp" | ||
if (name == "Right") name = "ArrowRight" | ||
if (name == "Down") name = "ArrowDown" | ||
return name | ||
@@ -113,0 +118,0 @@ } |
{ | ||
"name": "w3c-keyname", | ||
"version": "1.1.5", | ||
"version": "1.1.6", | ||
"description": "Get a KeyboardEvent.key-style string from an event", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
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
4682
114