w3c-keyname
Advanced tools
Comparing version 2.2.0 to 2.2.1
@@ -92,3 +92,3 @@ var base = { | ||
var ie = typeof navigator != "undefined" && /MSIE \d|Trident\/(?:[7-9]|\d{2,})\..*rv:(\d+)/.exec(navigator.userAgent) | ||
var brokenModifierNames = chrome && (mac || +chrome[1] < 57) || gecko && mac | ||
var brokenModifierNames = chrome && +chrome[1] < 57 || gecko && mac | ||
@@ -95,0 +95,0 @@ // Fill in the digit keys |
{ | ||
"name": "w3c-keyname", | ||
"version": "2.2.0", | ||
"version": "2.2.1", | ||
"description": "Get a KeyboardEvent.key-style string from an event", | ||
"main": "index.js", | ||
"module": "index.mjs", | ||
"module": "index.es.js", | ||
"repository": { | ||
@@ -8,0 +8,0 @@ "type": "git", |
Sorry, the diff of this file is not supported yet
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
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
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
8884
1