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

@serialport/stream

Package Overview
Dependencies
Maintainers
3
Versions
29
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@serialport/stream - npm Package Compare versions

Comparing version 11.0.1 to 12.0.0

7

dist/index.js

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

class DisconnectedError extends Error {
disconnected;
constructor(message) {

@@ -30,2 +31,8 @@ super(message);

class SerialPortStream extends stream_1.Duplex {
port;
_pool;
_kMinPoolSpace;
opening;
closing;
settings;
/**

@@ -32,0 +39,0 @@ * Create a new serial port object for the `path`. In the case of invalid arguments or invalid options, when constructing a new SerialPort it will throw an error. The port will open automatically by default, which is the equivalent of calling `port.open(openCallback)` in the next tick. You can disable this by setting the option `autoOpen` to `false`.

6

package.json
{
"name": "@serialport/stream",
"version": "11.0.1",
"version": "12.0.0",
"main": "./dist/index.js",

@@ -15,3 +15,3 @@ "types": "./dist/index.d.ts",

"@serialport/binding-mock": "^10.2.2",
"typescript": "5.1.6"
"typescript": "5.2.2"
},

@@ -30,3 +30,3 @@ "engines": {

"funding": "https://opencollective.com/serialport/donate",
"gitHead": "12aeb531260f53d0adce42304db5074db85cc8d9"
"gitHead": "f7e7bd53f9578a26c4f44cc1949fef396dc064c7"
}
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