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.1.0 to 2.1.1

2

component.json

@@ -5,3 +5,3 @@ {

"description": "Map of keyboard codes",
"version": "2.0.0",
"version": "2.1.1",
"development": {

@@ -8,0 +8,0 @@ "timoxley/assert": "*"

// Source: http://jsfiddle.net/vWx8V/
// http://stackoverflow.com/questions/5603195/full-list-of-javascript-keycodes
/**

@@ -89,3 +87,3 @@ * Conenience method returns corresponding value for given keyName or keyCode.

']': 221,
"'": 222,
"'": 222
}

@@ -92,0 +90,0 @@

{
"name": "keycode",
"description": "Convert between keyboard keycodes and keynames and vice versa.",
"version": "2.1.0",
"version": "2.1.1",
"main": "index.js",

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

"devDependencies": {
"mocha": "^2.1.0"
"mocha": "^2.4.5"
},

@@ -25,0 +25,0 @@ "homepage": "https://github.com/timoxley/keycode",

@@ -11,3 +11,3 @@ # keycode

```
```sh
$ npm install keycode

@@ -17,3 +17,3 @@ ```

#### component
```
```sh
$ component install timoxley/keycode

@@ -20,0 +20,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