serialport
Advanced tools
Comparing version 6.0.1 to 6.0.3
@@ -0,1 +1,11 @@ | ||
<a name="6.0.3"></a> | ||
## [6.0.3](https://github.com/EmergingTechnologyAdvisors/node-serialport/compare/v6.0.0...v6.0.3) (2017-10-22) | ||
### Bug Fixes | ||
* **windows:** Fix async handle leak ([#1367](https://github.com/EmergingTechnologyAdvisors/node-serialport/issues/1367)) ([c1d9d88](https://github.com/EmergingTechnologyAdvisors/node-serialport/commit/c1d9d88)), closes [#1363](https://github.com/EmergingTechnologyAdvisors/node-serialport/issues/1363) | ||
* **windows:** Fix read & write bugs for windows ([#1364](https://github.com/EmergingTechnologyAdvisors/node-serialport/issues/1364)) ([0e4b1f9](https://github.com/EmergingTechnologyAdvisors/node-serialport/commit/0e4b1f9)) | ||
<a name="6.0.0"></a> | ||
@@ -2,0 +12,0 @@ # [6.0.0](https://github.com/EmergingTechnologyAdvisors/node-serialport/compare/5.0.0...v6.0.0) (2017-10-09) |
{ | ||
"name": "serialport", | ||
"version": "6.0.1", | ||
"version": "6.0.3", | ||
"description": "Node.js package to access serial ports. Linux, OSX and Windows. Welcome your robotic JavaScript overlords. Better yet, program them!", | ||
@@ -64,3 +64,3 @@ "author": { | ||
"commander": "^2.11.0", | ||
"debug": "^3.0.1", | ||
"debug": "^3.1.0", | ||
"nan": "^2.6.2", | ||
@@ -84,6 +84,7 @@ "prebuild-install": "^2.2.1", | ||
"jsdoc-to-markdown": "^3.0.0", | ||
"just-extend": "1.1.22", | ||
"mocha": "^4.0.0", | ||
"prebuild": "^6.2.1", | ||
"proxyquire": "^1.7.10", | ||
"sinon": "^4.0.0" | ||
"sinon": "^4.0.1" | ||
}, | ||
@@ -90,0 +91,0 @@ "engines": { |
@@ -16,3 +16,3 @@ # Node Serialport | ||
[![Gitter chat](https://badges.gitter.im/EmergingTechnologyAdvisors/node-serialport.svg)](https://gitter.im/EmergingTechnologyAdvisors/node-serialport) | ||
[![Dependency Status](https://david-dm.org/EmergingTechnologyAdvisors/node-serialport.svg)](https://david-dm.org/EmergingTechnologyAdvisors/node-serialport) | ||
[![Known Vulnerabilities](https://snyk.io/test/github/EmergingTechnologyAdvisors/node-serialport/badge.svg)](https://snyk.io/test/github/EmergingTechnologyAdvisors/node-serialport) | ||
[![codecov](https://codecov.io/gh/EmergingTechnologyAdvisors/node-serialport/branch/master/graph/badge.svg)](https://codecov.io/gh/EmergingTechnologyAdvisors/node-serialport) | ||
@@ -45,3 +45,3 @@ [![Build Status](https://travis-ci.org/EmergingTechnologyAdvisors/node-serialport.svg?branch=master)](https://travis-ci.org/EmergingTechnologyAdvisors/node-serialport) | ||
- [`serialport@6.0.0` docs](https://github.com/EmergingTechnologyAdvisors/node-serialport/blob/v6.0.0/README.md) the latest `6.x` release. | ||
- [`serialport@6.0.3` docs](https://github.com/EmergingTechnologyAdvisors/node-serialport/blob/v6.0.3/README.md) the latest `6.x` release. | ||
- [`serialport@4.0.7` docs](https://github.com/EmergingTechnologyAdvisors/node-serialport/blob/4.0.7/README.md) the latest `4.x` release. | ||
@@ -48,0 +48,0 @@ |
Sorry, the diff of this file is not supported yet
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
225777
17
Updateddebug@^3.1.0