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

@serialport/binding-abstract

Package Overview
Dependencies
Maintainers
1
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 2.0.1 to 2.0.2

4

binding-abstract.js

@@ -1,2 +0,2 @@

const debug = require('debug')('@serialport/binding-abstract')
const debug = require('debug')('serialport/binding-abstract')

@@ -134,3 +134,3 @@ /**

* @param {object=} options Only supports `baudRate`.
* @param {number=} [options.baudRate] If provided a baud rate that the bindings do not support, it should pass an error to the callback.
* @param {number=} [options.baudRate] If provided a baud rate that the bindings do not support, it should reject.
* @returns {Promise} Resolves once the port's baud rate changes.

@@ -137,0 +137,0 @@ * @throws {TypeError} When given invalid arguments, a `TypeError` is thrown.

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

## [2.0.2](https://github.com/node-serialport/node-serialport/compare/@serialport/binding-abstract@2.0.1...@serialport/binding-abstract@2.0.2) (2018-11-27)
**Note:** Version bump only for package @serialport/binding-abstract
<a name="2.0.1"></a>

@@ -8,0 +16,0 @@ ## [2.0.1](https://github.com/node-serialport/node-serialport/compare/@serialport/binding-abstract@2.0.0...@serialport/binding-abstract@2.0.1) (2018-08-29)

{
"name": "@serialport/binding-abstract",
"version": "2.0.1",
"version": "2.0.2",
"main": "binding-abstract.js",
"keywords": [
"serialport-binding"
],
"dependencies": {
"debug": "^3.1.0"
"debug": "^4.1.0"
},

@@ -19,3 +22,3 @@ "engines": {

},
"gitHead": "40a06fb71d659940ed5058316b594b9da9957c2f"
"gitHead": "d59fe44fcc1ba52a51805375481ef339f3f83de4"
}
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