iohook
iohook copied to clipboard
Node.js global keyboard and mouse listener.
## Expected Behavior ## Current Behavior ## Possible Solution ## Steps to Reproduce (for bugs) 1. 2. 3. 4. ## Context ## Your Environment - IOHook Version: - Environment name...
Hi, I pulled latest and am trying to build for Electron 13.1.7 and Node 16.6.2. I am getting the following: 
npm install iohook --save # fail env: OS: windows server 2012 Node: v16.7.0 https://github.com/wilix-team/iohook/releases/download/v0.9.3/iohook-v0.9.3-node-v93-win32-x64.tar.gz Not found. ``` npm ERR! code 1 npm ERR! path C:\idp\node_modules\iohook npm ERR! command failed npm...
iohook is working properly in my development platform. Compiling the program is also working. But when I tried to install the .exe file this error is appearing. I have manually...
Bumps [minimist](https://github.com/substack/minimist) from 1.2.5 to 1.2.6. Commits 7efb22a 1.2.6 ef88b93 security notice for additional prototype pollution issue c2b9819 isConstructorOrProto adapted from PR bc8ecee test from prototype pollution PR See full...
Bumps [minimist](https://github.com/substack/minimist) from 1.2.5 to 1.2.6. Commits 7efb22a 1.2.6 ef88b93 security notice for additional prototype pollution issue c2b9819 isConstructorOrProto adapted from PR bc8ecee test from prototype pollution PR See full...
## Expected Behavior npm install iohook --save works without issue ## Current Behavior npm install iohook --save gives an error, building from source also gives an error when executing "npm...
this plugin is work for react with electron project ?????
## json-schema is vulnerable to Prototype Pollution #4 The latest possible version that can be installed is 0.2.3 because of the following conflicting dependencies: [email protected] requires [email protected] via a transitive...
fix: 'non-context-aware' error for Electron ## Description The latest releases of Electron prevent "non-context-aware" native modules. By Replacing NODE_MODULE with NAN_MODULE_WORKER_ENABLED this fixes the errors for Electron.