Socket
Socket
Sign inDemoInstall

serialport

Package Overview
Dependencies
Maintainers
1
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.6.0 to 0.6.1

2

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

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

@@ -6,3 +6,3 @@ "use strict";

var sys = require('sys');
var util = require('util');
var Buffer = require('buffer').Buffer;

@@ -96,3 +96,3 @@ var stream = require('stream');

sys.inherits(SerialPort, stream.Stream);
util.inherits(SerialPort, stream.Stream);

@@ -99,0 +99,0 @@ SerialPort.prototype.close = function () {

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