w3c-keyname
Advanced tools
Comparing version 1.1.7 to 1.1.8
@@ -86,3 +86,5 @@ var base = { | ||
var safari = typeof navigator != "undefined" && /Apple Computer/.test(navigator.vendor) | ||
var brokenModifierNames = chrome && +chrome[1] < 57 | ||
var gecko = typeof navigator != "undefined" && /Gecko\/\d+/.test(navigator.userAgent) | ||
var mac = typeof navigator != "undefined" && /Mac/.test(navigator.platform) | ||
var brokenModifierNames = chrome && (mac || +chrome[1] < 57) || gecko && mac | ||
@@ -89,0 +91,0 @@ // Fill in the digit keys |
{ | ||
"name": "w3c-keyname", | ||
"version": "1.1.7", | ||
"version": "1.1.8", | ||
"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
5030
119