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

2

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

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

@@ -36,2 +36,8 @@ # Lepik Events

});
lepikEvents.events.on('mouseDoubleClick', (data) => {
// Returns array containing mouse position x, y and button double-clicked
console.log(data); // [361, 235, *1]
// *1 for left, 2 for right, 3 for middle
});
```

@@ -38,0 +44,0 @@

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