Comparing version 1.4.1 to 1.4.2
@@ -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 @@ |
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.
Found 1 instance in 1 package
3617
26
1