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

@serialport/bindings

Package Overview
Dependencies
Maintainers
2
Versions
34
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@serialport/bindings - npm Package Compare versions

Comparing version 8.0.7 to 8.0.8

11

CHANGELOG.md

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

## [8.0.8](https://github.com/serialport/node-serialport/compare/v8.0.7...v8.0.8) (2020-05-07)
### Bug Fixes
* reject on non-zero exit codes ([#2046](https://github.com/serialport/node-serialport/issues/2046)) ([6ee5c84](https://github.com/serialport/node-serialport/commit/6ee5c8471fd1e041ebfba736f1eb708d2764b63e))
## [8.0.7](https://github.com/serialport/node-serialport/compare/v8.0.6...v8.0.7) (2020-01-30)

@@ -8,0 +19,0 @@

1

lib/linux-list.js

@@ -45,2 +45,3 @@ const childProcess = require('child_process')

const lines = ude.stdout.pipe(new Readline())
ude.on('close', code => code && reject(new Error(`Error listing ports udevadm exited with error code: ${code}`)))
ude.on('error', reject)

@@ -47,0 +48,0 @@ lines.on('error', reject)

4

package.json
{
"name": "@serialport/bindings",
"version": "8.0.7",
"version": "8.0.8",
"main": "lib",

@@ -48,3 +48,3 @@ "keywords": [

},
"gitHead": "26659ff0f8b3bbfe00245da2cd5cfd6771f07884"
"gitHead": "53a1f844aef1999c9b9df7005bee0e3709356797"
}
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