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

@serialport/binding-abstract

Package Overview
Dependencies
Maintainers
2
Versions
19
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@serialport/binding-abstract - npm Package Compare versions

Comparing version 9.0.2 to 9.0.7

8

CHANGELOG.md

@@ -6,2 +6,10 @@ # Change Log

## [9.0.7](https://github.com/serialport/node-serialport/compare/v9.0.6...v9.0.7) (2021-02-22)
**Note:** Version bump only for package @serialport/binding-abstract
## [9.0.2](https://github.com/serialport/node-serialport/compare/v9.0.1...v9.0.2) (2020-10-16)

@@ -8,0 +16,0 @@

1

lib/index.js

@@ -158,2 +158,3 @@ const debug = require('debug')('serialport/binding-abstract')

* @param {Boolean} [options.rts=true] flag for rts
* @param {Boolean} [options.lowLatency=false] flag for lowLatency mode on Linux
* @returns {Promise} Resolves once the port's flags are set.

@@ -160,0 +161,0 @@ * @rejects {TypeError} When given invalid arguments, a `TypeError` is rejected.

9

package.json
{
"name": "@serialport/binding-abstract",
"version": "9.0.2",
"version": "9.0.7",
"main": "lib",

@@ -9,6 +9,6 @@ "keywords": [

"dependencies": {
"debug": "^4.1.1"
"debug": "^4.3.1"
},
"engines": {
"node": ">=8.6.0"
"node": ">=10.0.0"
},

@@ -23,3 +23,4 @@ "publishConfig": {

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