Socket
Socket
Sign inDemoInstall

lepikevents

Package Overview
Dependencies
Maintainers
1
Versions
76
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

lepikevents - npm Package Compare versions

Comparing version 2.0.2 to 2.0.3

2

package.json
{
"name": "lepikevents",
"version": "2.0.2",
"version": "2.0.3",
"description": "Global mouse and keyboard events Listener",

@@ -5,0 +5,0 @@ "main": "./index.js",

@@ -17,3 +17,2 @@ # Lepik Events

ㅤㅤㅤㅤㅤㅤㅤㅤㅤㅤㅤㅤㅤㅤㅤㅤㅤㅤㅤㅤㅤㅤㅤㅤㅤㅤㅤㅤㅤLepikEventsv2.0.0
ㅤㅤ

@@ -86,16 +85,17 @@

Curently there are 6 events in total, **mouseMove**, **mouseClick**, **mouseDoubleClick**, **keyPress**, **keyUp** and **keyDown**.
Curently there are 7 events in total, **mouseMove**, **mouseClick**, **mouseDown**, **mouseUp**, **keyPress**, **keyUp** and **keyDown**.
## Requirements
Lepik Events uses native c++ winapi on windows.
On unix systems, it uses [Python keyboard](https://github.com/boppreh/keyboard) and [Python mouse](https://github.com/boppreh/mouse) which runs on Python. So python is needed on non-windows systems.
Lepik Events uses native c++ winapi on windows, so you don't have to have anything installed.
If your are on Windows, then you don't even have to have anything installed. The code is lepikEvents already compiled into executable.
On unix systems, it uses [Python keyboard](https://github.com/boppreh/keyboard) and [Python mouse](https://github.com/boppreh/mouse) which runs on Python. So python is needed on non-windows systems. You need to have atleast Python3 installed.
If you are not using windows, you need to have atleast Python3 installed.
PS: It's better to have atleast node13 but not required.
> **Windows systems:** Nothing needed
> **Unix systems:** Python3
>
> *PS: It's better to have atleast node13 but not required.*
## License
The code is licensed under the MIT license (http://opensource.org/licenses/MIT). See [LICENSE](./LICENSE) file.
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