Socket
Socket
Sign inDemoInstall

@serialport/binding-mock

Package Overview
Dependencies
Maintainers
2
Versions
22
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@serialport/binding-mock - npm Package Compare versions

Comparing version 2.0.4 to 2.0.5

9

binding-mock.js

@@ -38,2 +38,5 @@ const AbstractBinding = require('@serialport/binding-abstract')

readyData: Buffer.from('READY'),
manufacturer: 'The J5 Robotics Company',
vendorId: undefined,
productId: undefined,
},

@@ -50,8 +53,8 @@ opt

comName: path,
manufacturer: 'The J5 Robotics Company',
manufacturer: opt.manufacturer,
serialNumber,
pnpId: undefined,
locationId: undefined,
vendorId: undefined,
productId: undefined,
vendorId: opt.vendorId,
productId: opt.productId,
},

@@ -58,0 +61,0 @@ }

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

## [2.0.5](https://github.com/node-serialport/node-serialport/compare/@serialport/binding-mock@2.0.4...@serialport/binding-mock@2.0.5) (2019-04-27)
**Note:** Version bump only for package @serialport/binding-mock
## [2.0.4](https://github.com/node-serialport/node-serialport/compare/@serialport/binding-mock@2.0.3...@serialport/binding-mock@2.0.4) (2019-01-08)

@@ -8,0 +16,0 @@

{
"name": "@serialport/binding-mock",
"version": "2.0.4",
"version": "2.0.5",
"main": "binding-mock.js",

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

"dependencies": {
"@serialport/binding-abstract": "^2.0.4",
"debug": "^4.1.0"
"@serialport/binding-abstract": "^2.0.5",
"debug": "^4.1.1"
},

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

},
"gitHead": "8fc58a429bbc1483589897b9d3d497ffdaac16cf"
"gitHead": "4c723cc89e454017a28396e934bf7a00946fe866"
}
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