🚀 Socket Launch Week Day 4:Socket MCP Adds Org Alerts, Threat Feed Review, and Package Inspection.Learn more
Sign In

react-focus-onkeydown

Package Overview
Dependencies
Maintainers
2
Versions
21
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

react-focus-onkeydown - npm Package Compare versions

Comparing version
5.0.1
to
5.0.2
+23
-22
package.json
{
"name": "react-focus-onkeydown",
"version": "5.0.1",
"version": "5.0.2",
"description": "React hook for getting focus of a component when a key is pressed anywhere in the page",

@@ -36,20 +36,21 @@ "type": "module",

"devDependencies": {
"@babel/core": "^7.18.2",
"@babel/preset-react": "^7.17.12",
"@rollup/plugin-alias": "^3.1.9",
"@rollup/plugin-babel": "^5.3.1",
"@rollup/plugin-commonjs": "^22.0.0",
"@rollup/plugin-node-resolve": "^13.3.0",
"@rollup/plugin-replace": "^4.0.0",
"@babel/core": "^7.20.12",
"@babel/preset-react": "^7.18.6",
"@rollup/plugin-alias": "^4.0.3",
"@rollup/plugin-babel": "^6.0.3",
"@rollup/plugin-commonjs": "^24.0.1",
"@rollup/plugin-node-resolve": "^15.0.1",
"@rollup/plugin-replace": "^5.0.2",
"babel-plugin-istanbul": "^6.1.1",
"chai": "^4.3.6",
"chai": "^4.3.7",
"coveralls": "^3.1.1",
"eslint": "^8.16.0",
"eslint": "^8.33.0",
"eslint-config-airbnb": "^19.0.4",
"eslint-plugin-import": "^2.26.0",
"eslint-plugin-jsx-a11y": "^6.5.1",
"eslint-plugin-mocha": "^10.0.5",
"eslint-plugin-react": "^7.30.0",
"eslint-plugin-unicorn": "^42.0.0",
"karma": "^6.3.20",
"eslint-plugin-eslint-comments": "^3.2.0",
"eslint-plugin-import": "^2.27.5",
"eslint-plugin-jsx-a11y": "^6.7.1",
"eslint-plugin-mocha": "^10.1.0",
"eslint-plugin-react": "^7.32.2",
"eslint-plugin-unicorn": "^45.0.2",
"karma": "^6.4.1",
"karma-chrome-launcher": "^3.1.1",

@@ -62,10 +63,10 @@ "karma-coverage": "^2.2.0",

"karma-sourcemap-loader": "^0.3.8",
"karma-spec-reporter": "0.0.34",
"mocha": "^10.0.0",
"karma-spec-reporter": "0.0.36",
"mocha": "^10.2.0",
"prop-types": "^15.8.1",
"puppeteer": "^14.1.1",
"puppeteer": "^19.6.2",
"react": "^18.1.0",
"react-dom": "^18.1.0",
"rollup": "^2.75.3",
"sinon": "^14.0.0"
"react-dom": "^18.2.0",
"rollup": "^3.12.0",
"sinon": "^15.0.1"
},

@@ -72,0 +73,0 @@ "peerDependencies": {

@@ -62,3 +62,3 @@ # react-focus-onkeydown

[build-badge]: https://img.shields.io/github/workflow/status/dotcore64/react-focus-onkeydown/test/master?style=flat-square
[build-badge]: https://img.shields.io/github/actions/workflow/status/dotcore64/react-focus-onkeydown/test.yml?event=push&style=flat-square
[build]: https://github.com/dotcore64/react-focus-onkeydown/actions

@@ -65,0 +65,0 @@