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 1.1.7 to 1.1.8

4

index.js

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

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