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.1 to 2.0.2

2

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

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

@@ -89,10 +89,12 @@ # Lepik Events

Lepik Events uses [Python keyboard](https://github.com/boppreh/keyboard) and [Python mouse](https://github.com/boppreh/mouse) which runs on Python.
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.
If your are on Windows, then you don't even have to have it installed, cause thanks to [Pyinstaller](https://github.com/pyinstaller/pyinstaller), the code is compiled into executable.
If your are on Windows, then you don't even have to have anything installed. The code is lepikEvents already compiled into executable.
If you are not using windows, you need to have atleast Python3 installed.
It's better to have atleast node13 but not required.
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