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.5 to 1.1.6

5

index.js

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

2

package.json
{
"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",

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