serialport
Advanced tools
Comparing version 8.0.2 to 8.0.3
@@ -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 @@ |
{ | ||
"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" | ||
} |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Environment variable access
Supply chain riskPackage accesses environment variables, which may be a sign of credential stuffing or data theft.
Found 1 instance in 1 package
0
54598
9
29
1
Updated@serialport/bindings@^8.0.3
Updated@serialport/stream@^8.0.3