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

serialport

Package Overview
Dependencies
Maintainers
3
Versions
175
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

serialport - npm Package Compare versions

Comparing version 8.0.2 to 8.0.3

16

CHANGELOG.md

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

## [8.0.3](https://github.com/serialport/node-serialport/compare/v8.0.2...v8.0.3) (2019-10-03)
### Bug Fixes
* enabling disabled tests rename all pkgs to lib ([#1941](https://github.com/serialport/node-serialport/issues/1941)) ([b1cc840](https://github.com/serialport/node-serialport/commit/b1cc840))
### Features
* drop callback argument on SerialPort.list() ([#1943](https://github.com/serialport/node-serialport/issues/1943)) ([145b906](https://github.com/serialport/node-serialport/commit/145b906))
## [8.0.2](https://github.com/serialport/node-serialport/compare/v8.0.1...v8.0.2) (2019-09-24)

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

20

package.json
{
"name": "serialport",
"version": "8.0.2",
"version": "8.0.3",
"description": "Node.js package to access serial ports. Linux, OSX and Windows. Welcome your robotic JavaScript overlords. Better yet, program them!",

@@ -48,11 +48,11 @@ "main": "lib",

"dependencies": {
"@serialport/binding-mock": "^8.0.1",
"@serialport/bindings": "^8.0.2",
"@serialport/parser-byte-length": "^8.0.1",
"@serialport/binding-mock": "^8.0.3",
"@serialport/bindings": "^8.0.3",
"@serialport/parser-byte-length": "^8.0.3",
"@serialport/parser-cctalk": "^3.0.0",
"@serialport/parser-delimiter": "^8.0.1",
"@serialport/parser-readline": "^8.0.1",
"@serialport/parser-ready": "^8.0.1",
"@serialport/parser-regex": "^8.0.1",
"@serialport/stream": "^8.0.2",
"@serialport/parser-delimiter": "^8.0.3",
"@serialport/parser-readline": "^8.0.3",
"@serialport/parser-ready": "^8.0.3",
"@serialport/parser-regex": "^8.0.3",
"@serialport/stream": "^8.0.3",
"debug": "^4.1.1"

@@ -68,3 +68,3 @@ },

},
"gitHead": "53e208576b4d01ba0d000d1cfc8157bab5141a91"
"gitHead": "6a73db38345ef4193b1c68495519ca999cd8411f"
}
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