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.8 to 9.0.0

16

CHANGELOG.md

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

# [9.0.0](https://github.com/serialport/node-serialport/compare/v8.0.8...v9.0.0) (2020-05-10)
### chore
* build on node 14 and drop node 8 and 32bit linux builds ([#2079](https://github.com/serialport/node-serialport/issues/2079)) ([e0c232c](https://github.com/serialport/node-serialport/commit/e0c232c77ade7ab188dade1dc0cc7af134ce3a95))
### BREAKING CHANGES
* Dropping node 8 and 32bit linux builds
## [8.0.8](https://github.com/serialport/node-serialport/compare/v8.0.7...v8.0.8) (2020-05-07)

@@ -8,0 +24,0 @@

2

lib/win32-sn-parser.js
const PARSERS = [/USB\\(?:.+)\\(.+)/, /FTDIBUS\\(?:.+)\+(.+?)A?\\.+/]
module.exports = function(pnpId) {
module.exports = pnpId => {
if (!pnpId) {

@@ -5,0 +5,0 @@ return null

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

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

"dependencies": {
"@serialport/binding-abstract": "^8.0.6",
"@serialport/parser-readline": "^8.0.6",
"@serialport/binding-abstract": "^9.0.0",
"@serialport/parser-readline": "^9.0.0",
"bindings": "^1.5.0",
"debug": "^4.1.1",
"nan": "^2.14.0",
"prebuild-install": "^5.3.0"
"nan": "^2.14.1",
"prebuild-install": "^5.3.3"
},
"devDependencies": {
"@serialport/binding-mock": "^8.0.6"
"@serialport/binding-mock": "^9.0.0"
},

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

},
"gitHead": "53a1f844aef1999c9b9df7005bee0e3709356797"
"gitHead": "36d3abcaa9f11ab0ae12c6f9862e472cb427ee16"
}
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