bluetooth-serial-port
Advanced tools
Comparing version 2.1.6 to 2.1.7
{ | ||
"name": "bluetooth-serial-port", | ||
"version": "2.1.6", | ||
"version": "2.1.7", | ||
"description": "Bluetooth serial port communication for Node.js", | ||
@@ -38,3 +38,3 @@ "author": "Eelco Cramer <eelco@hailendal.org>", | ||
"engines": { | ||
"node": ">= 0.12.x", | ||
"node": ">= 6.x", | ||
"npm": ">= 1.1.x" | ||
@@ -46,3 +46,3 @@ }, | ||
}, | ||
"license": "BSD-2-Clause", | ||
"license": "MIT", | ||
"contributors": [ | ||
@@ -49,0 +49,0 @@ "Eric Smekens", |
@@ -12,4 +12,3 @@ # Bluetooth serial port communication for Node.js | ||
* Fixes an issue in the typescript definitions. | ||
* Fixes an issue where, on Windows, `listPairedDevices` is showing unpaired devices. | ||
* Adds support for node v10 | ||
@@ -16,0 +15,0 @@ Check the [release notes](RELEASE_NOTES.md) for an overview of the change history. |
## RELEASE NOTES | ||
### 2.1.7 | ||
* Adds support for node v10 | ||
### 2.1.6 | ||
@@ -4,0 +8,0 @@ |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
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
Mixed license
License(Experimental) Package contains multiple licenses.
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
227974
1
277