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

spa-keys

Package Overview
Dependencies
Maintainers
1
Versions
4
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

spa-keys - npm Package Compare versions

Comparing version 1.4.1 to 1.4.2

license.md

6

index.js

@@ -10,4 +10,2 @@ /**

/* eslint quote-props: 0 */
// public

@@ -19,2 +17,3 @@ module.exports = {

escape: 27,
space: 32,
pageUp: 33,

@@ -29,3 +28,4 @@ pageDown: 34,

insert: 45,
del: 46 // not "delete" because of old browsers issue
// not "delete" because of old browsers issue
del: 46
};
{
"name": "spa-keys",
"version": "1.4.1",
"version": "1.4.2",
"description": "Keyboard keys codes.",

@@ -14,12 +14,13 @@ "author": {

"scripts": {
"lint": "eslint .",
"lint": "eslint --ignore-pattern '/docs/' .",
"test": "npm run lint",
"jsdoc": "jsdoc --destination doc *.js readme.md"
"jsdoc": "jsdoc --destination docs *.js readme.md"
},
"devDependencies": {
"eslint": "3.*.*",
"spa-eslint-config": "1.*.*"
"jsdoc": "^3.5.5",
"spa-eslint": "^1.0.0"
},
"keywords": [
"spa",
"sdk",
"spasdk",

@@ -26,0 +27,0 @@ "framework",

@@ -40,4 +40,4 @@ Keyboard keys codes

If you have any problem or suggestion please open an issue [here](https://github.com/spasdk/keys/issues).
Pull requests are welcomed with respect to the [JavaScript Code Style](https://github.com/DarkPark/jscs).
If you have any problems or suggestions please open an [issue](https://github.com/spasdk/keys/issues)
according to the contribution [rules](.github/contributing.md).

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