Socket
Socket
Sign inDemoInstall

keycode

Package Overview
Dependencies
Maintainers
1
Versions
17
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

keycode - npm Package Compare versions

Comparing version 2.2.0 to 2.2.1

4

package.json
{
"name": "keycode",
"description": "Convert between keyboard keycodes and keynames and vice versa.",
"version": "2.2.0",
"version": "2.2.1",
"main": "index.js",

@@ -38,3 +38,3 @@ "directories": {

"author": "Tim Oxley <secoif@gmail.com>",
"typings": "./keycode.d.ts"
"typings": "./index.d.ts"
}

@@ -105,3 +105,3 @@ # keycode

keycode.names[13] // => 'enter'
keycode.codes['Enter'] // => 13
keycode.codes['enter'] // => 13
```

@@ -108,0 +108,0 @@

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