Huge News!Announcing our $40M Series B led by Abstract Ventures.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.0.5 to 0.0.6

4

index.js

@@ -184,4 +184,6 @@ /*

try {
console.log('Sending EOT');
await this.writeAsync([0x04]);
await delay(2000); // wait for send/receive to complete
await this.device.releaseInterface(0);
await delay(2000); // wait to make sure the endpoints are closed
await this.device.close();

@@ -188,0 +190,0 @@ this.removeAllListeners();

{
"name": "ftdi-js",
"version": "0.0.5",
"version": "0.0.6",
"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