Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

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.7 to 0.2.8

4

changelog.md

@@ -0,1 +1,5 @@

Version 0.2.8
-------------
- BufferSize fix for readstream (thanks jgautier, you rock)
Version 0.2.7

@@ -2,0 +6,0 @@ -------------

2

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

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

@@ -15,3 +15,3 @@ <pre>

Version: 0.2.7 - Released June 28, 2011
Version: 0.2.8 - Released July 8, 2011

@@ -18,0 +18,0 @@ *****

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

} else {
this.readStream = fs.createReadStream(this.port);
this.readStream = fs.createReadStream(this.port,{bufferSize:options.buffersize});
var dataCallback = (function (me) {

@@ -82,0 +82,0 @@ return (function (buffer) {

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