serialport
Advanced tools
Comparing version 9.0.6 to 9.0.7
@@ -6,2 +6,10 @@ # Change Log | ||
## [9.0.7](https://github.com/serialport/node-serialport/compare/v9.0.6...v9.0.7) (2021-02-22) | ||
**Note:** Version bump only for package serialport | ||
## [9.0.6](https://github.com/serialport/node-serialport/compare/v9.0.5...v9.0.6) (2021-01-20) | ||
@@ -8,0 +16,0 @@ |
{ | ||
"name": "serialport", | ||
"version": "9.0.6", | ||
"version": "9.0.7", | ||
"description": "Node.js package to access serial ports. Linux, OSX and Windows. Welcome your robotic JavaScript overlords. Better yet, program them!", | ||
@@ -48,23 +48,21 @@ "main": "lib", | ||
"dependencies": { | ||
"@serialport/binding-mock": "^9.0.2", | ||
"@serialport/bindings": "^9.0.4", | ||
"@serialport/parser-byte-length": "^9.0.1", | ||
"@serialport/parser-cctalk": "^9.0.1", | ||
"@serialport/parser-delimiter": "^9.0.1", | ||
"@serialport/parser-inter-byte-timeout": "^9.0.1", | ||
"@serialport/parser-readline": "^9.0.1", | ||
"@serialport/parser-ready": "^9.0.1", | ||
"@serialport/parser-regex": "^9.0.1", | ||
"@serialport/stream": "^9.0.2", | ||
"debug": "^4.1.1" | ||
"@serialport/binding-mock": "^9.0.7", | ||
"@serialport/bindings": "^9.0.7", | ||
"@serialport/parser-byte-length": "^9.0.7", | ||
"@serialport/parser-cctalk": "^9.0.7", | ||
"@serialport/parser-delimiter": "^9.0.7", | ||
"@serialport/parser-inter-byte-timeout": "^9.0.7", | ||
"@serialport/parser-readline": "^9.0.7", | ||
"@serialport/parser-ready": "^9.0.7", | ||
"@serialport/parser-regex": "^9.0.7", | ||
"@serialport/stream": "^9.0.7", | ||
"debug": "^4.3.1" | ||
}, | ||
"engines": { | ||
"node": ">=8.6.0" | ||
"node": ">=10.0.0" | ||
}, | ||
"license": "MIT", | ||
"scripts": { | ||
"postinstall": "node thank-you.js" | ||
}, | ||
"funding": "https://opencollective.com/serialport/donate", | ||
"preferUnplugged": false, | ||
"gitHead": "3a9fcbb6e5267bcd0328392dc2d014cea5e37598" | ||
"gitHead": "cdda51fef862270d03b595c84617beec9cdb18a1" | ||
} |
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
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
Install scripts
Supply chain riskInstall scripts are run when the package is installed. The majority of malware in npm is hidden in install scripts.
Found 1 instance in 1 package
0
10441
7
27
Updated@serialport/bindings@^9.0.7
Updated@serialport/stream@^9.0.7
Updateddebug@^4.3.1