Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

w3c-keyname

Package Overview
Dependencies
Maintainers
1
Versions
22
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

w3c-keyname - npm Package Compare versions

Comparing version 2.2.0 to 2.2.1

index.es.js

2

index.js

@@ -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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc