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.6.0 to 1.6.1

17

index.js

@@ -1,2 +0,2 @@

const process = require( 'node:process');
const EventEmitter2 = require('eventemitter2').EventEmitter2;

@@ -22,2 +22,17 @@ const { spawn } = require('child_process');

function cleanExit(){
if (!python.killed){
python.kill();
}
process.exit();
}
process.on('SIGINT',cleanExit);
process.on('SIGTERM',cleanExit);
process.on('exit',()=>{
if(!python.killed)
python.kill();
});
module.exports = { events };

2

package.json
{
"name": "lepikevents",
"version": "1.6.0",
"version": "1.6.1",
"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

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc