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.13 to 1.5.14

backup/index.js

2

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

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

@@ -41,2 +41,7 @@ # Lepik Events

});
lepikEvents.events.on('mouseMove', (data) => {
// Returns array containing mouse x, y and time (seconds)
console.log(data); // [20, -35, 1663787912.698]
});
```

@@ -46,3 +51,3 @@

Curently there are 4 events in total, **mouseClick**, **mouseDoubleClick**, **keyPress** and **keyRelease**.
Curently there are 5 events in total, **mouseMove**, **mouseClick**, **mouseDoubleClick**, **keyPress** and **keyRelease**.

@@ -49,0 +54,0 @@ ## Requirements

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