Socket
Socket
Sign inDemoInstall

@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.1 to 1.2.2

6

dist/index.d.ts

@@ -15,3 +15,3 @@ /// <reference types="node" />

/**
* You never have to use `Binding` objects directly. SerialPort uses them to access the underlying hardware. This documentation is geared towards people who are making bindings for different platforms. This interface is implemented in all bindings.
* BindingPort objects are used to access the underlying hardware. This documentation is geared towards people who are making bindings for different platforms. This interface is implemented in all bindings.
*/

@@ -21,7 +21,7 @@ export declare interface BindingPortInterface {

/**
* Required property. `true` if the port is open, `false` otherwise. Should be read-only.
* Required property. `true` if the port is open, `false` otherwise. Read only.
*/
isOpen: boolean;
/**
* Closes an open connection
* Closes an open port
*/

@@ -28,0 +28,0 @@ close(): Promise<void>;

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

@@ -5,0 +5,0 @@ "types": "dist/index.d.ts",

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