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

ftdi-js

Package Overview
Dependencies
Maintainers
1
Versions
13
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

ftdi-js - npm Package Compare versions

Comparing version 0.4.0 to 0.4.1

2

index.js

@@ -176,3 +176,3 @@ /*

console.log('Sending EOT');
await this.writeAsync([0x04]);
await this.writeAsync(new Uint8Array([0x04]));
await delay(2000); // wait for send/receive to complete

@@ -179,0 +179,0 @@ await this.device.releaseInterface(0);

{
"name": "ftdi-js",
"version": "0.4.0",
"version": "0.4.1",
"main": "index.js",

@@ -5,0 +5,0 @@ "description": "FTDI user-space driver for Node.js/Electron in pure 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