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

@serialport/bindings-interface

Package Overview
Dependencies
Maintainers
3
Versions
5
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@serialport/bindings-interface - npm Package Compare versions

Comparing version 1.2.0 to 1.2.1

4

dist/index.d.ts

@@ -96,4 +96,4 @@ /// <reference types="node" />

lock?: boolean;
/** defaults to 1 - TODO should be a string because the numbers are misleading and "fixing" them would break code */
stopBits?: 1 | 2 | 3;
/** Must be 1, 1.5 or 2 defaults to 1 */
stopBits?: 1 | 1.5 | 2;
parity?: string;

@@ -100,0 +100,0 @@ /** Flow control Setting. Defaults to false */

{
"name": "@serialport/bindings-interface",
"version": "1.2.0",
"version": "1.2.1",
"description": "SerialPort Bindings Typescript Types",

@@ -38,6 +38,6 @@ "types": "dist/index.d.ts",

"@typescript-eslint/parser": "5.10.2",
"esbuild": "0.14.15",
"esbuild": "0.14.18",
"esbuild-register": "3.3.2",
"eslint": "7.32.0",
"rollup": "2.66.1",
"rollup": "2.67.0",
"rollup-plugin-node-resolve": "5.2.0",

@@ -44,0 +44,0 @@ "semantic-release": "19.0.2",

@@ -6,1 +6,3 @@ # @serialport/bindings-interface

SerialPort Bindings Typescript Types.
All issues should be filed on [the main node serialport repo](github.com/serialport/node-serialport/)
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