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 9.0.0 to 9.0.1

11

CHANGELOG.md

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

## [9.0.1](https://github.com/serialport/node-serialport/compare/v9.0.0...v9.0.1) (2020-08-08)
### Bug Fixes
* disconnects should now work again on unix based systems ([#2120](https://github.com/serialport/node-serialport/issues/2120)) ([2801301](https://github.com/serialport/node-serialport/commit/2801301d1467152753c2012c7968947cf7f49c82))
# [9.0.0](https://github.com/serialport/node-serialport/compare/v8.0.8...v9.0.0) (2020-05-10)

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

2

lib/unix-read.js

@@ -49,3 +49,3 @@ const fs = require('fs')

if (disconnectError) {
err.canceled = true
err.disconnect = true
logger('disconnecting', err)

@@ -52,0 +52,0 @@ }

{
"name": "@serialport/bindings",
"version": "9.0.0",
"version": "9.0.1",
"main": "lib",

@@ -9,11 +9,12 @@ "keywords": [

"dependencies": {
"@serialport/binding-abstract": "^9.0.0",
"@serialport/parser-readline": "^9.0.0",
"@serialport/binding-abstract": "^9.0.1",
"@serialport/parser-readline": "^9.0.1",
"bindings": "^1.5.0",
"debug": "^4.1.1",
"nan": "^2.14.1",
"prebuild-install": "^5.3.3"
"prebuild-install": "^5.3.5"
},
"devDependencies": {
"@serialport/binding-mock": "^9.0.0"
"@serialport/binding-mock": "^9.0.1",
"node-abi": "^2.18.0"
},

@@ -49,3 +50,3 @@ "engines": {

},
"gitHead": "36d3abcaa9f11ab0ae12c6f9862e472cb427ee16"
"gitHead": "19fb5f8d2a76854c154c0f89e908a478ee915ee6"
}
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