Socket
Socket
Sign inDemoInstall

@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.2.7 to 9.2.8

10

package.json
{
"name": "@serialport/bindings",
"version": "9.2.7",
"version": "9.2.8",
"main": "lib",

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

"nan": "^2.15.0",
"prebuild-install": "^6.1.4"
"prebuild-install": "^7.0.0"
},

@@ -27,3 +27,5 @@ "devDependencies": {

"lint": "cc --verbose",
"prebuild": "prebuild --all --force --strip --verbose --tag-prefix @serialport/bindings@",
"prebuild": "npm run prebuild-node && npm run prebuild-electron",
"prebuild-node": "prebuild --force --strip --verbose --tag-prefix @serialport/bindings@ -t 12.0.0 -t 14.0.0 -t 16.0.0",
"prebuild-electron": "prebuild --force --strip --verbose --tag-prefix @serialport/bindings@ -r electron -t 13.0.0 -t 14.0.0 -t 15.0.0 -t 16.0.0",
"rebuild": "node-gyp rebuild"

@@ -52,3 +54,3 @@ },

"funding": "https://opencollective.com/serialport/donate",
"gitHead": "c243b0700a2d6d96d4638d4ddf8b93a7d6f4b25c"
"gitHead": "e90a43225655bf390735eb77bd3ba17f205eae08"
}
src/darwin_list.cpp

Sorry, the diff of this file is not supported yet

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