Socket
Socket
Sign inDemoInstall

lepikevents

Package Overview
Dependencies
1
Maintainers
1
Versions
76
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.5.7 to 1.5.8

2

index.js

@@ -5,4 +5,2 @@

const events = new EventEmitter2({ wildcard: true });

@@ -9,0 +7,0 @@ const python = process.platform === "win32" ? spawn(`${__dirname + '/build/winpy.exe'}`) : spawn("sudo", ["python", `${__dirname + '/lib/unixpy.py'}`]);

2

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

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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc