New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

lc2-driver

Package Overview
Dependencies
Maintainers
3
Versions
20
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

lc2-driver - npm Package Compare versions

Comparing version 1.2.6 to 1.2.7

4

index.js

@@ -104,3 +104,3 @@ const mouse = require('./src/device/mouse');

},
keydown(code) {
keydown({code}) {
return keyboard.down(code);

@@ -111,3 +111,3 @@ },

},
keypress(code) {
keypress({code}) {
return keyboard.press(code);

@@ -114,0 +114,0 @@ }

{
"name": "lc2-driver",
"version": "1.2.6",
"version": "1.2.7",
"description": "",

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

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