Socket
Socket
Sign inDemoInstall

serialport

Package Overview
Dependencies
Maintainers
0
Versions
175
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

serialport - npm Package Compare versions

Comparing version 0.2.8 to 0.2.9

2

package.json
{ "name" : "serialport",
"version" : "0.2.8",
"version" : "0.2.9",
"description" : "Welcome your robotic javascript overlords. Better yet, program them!",

@@ -4,0 +4,0 @@ "author": "Chris Williams <voodootikigod@gmail.com>",

@@ -98,3 +98,2 @@ "use strict";

SerialPort.prototype.close = function () {
this.readStream.close();
if (this.fd) {

@@ -104,3 +103,3 @@ serialport_native.close(this.fd);

}
this.readStream.destroy();
};

@@ -107,0 +106,0 @@

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