bluetooth-serial-port
Advanced tools
Comparing version 1.2.4 to 1.2.5
@@ -1,37 +0,50 @@ | ||
{ "name" : "bluetooth-serial-port" | ||
, "version" : "1.2.4" | ||
, "description" : "Bluetooth serial port communication for Node.js" | ||
{ "name": "bluetooth-serial-port" | ||
, "version": "1.2.5" | ||
, "description": "Bluetooth serial port communication for Node.js" | ||
, "author": "Eelco Cramer <eelco@hailendal.org>" | ||
, "keywords" : | ||
[ "bluetooth" | ||
, "serial port" | ||
, "rfcomm" | ||
, "linux" | ||
, "os x" | ||
, "windows" | ||
] | ||
, "homepage" : "https://github.com/eelcocramer/node-bluetooth-serial-port" | ||
, "bugs" : "https://github.com/eelcocramer/node-bluetooth-serial-port/issues" | ||
, "repository" : | ||
{ "type" : "git" | ||
, "url" : "https://github.com/eelcocramer/node-bluetooth-serial-port" | ||
} | ||
, "directories" : | ||
{ "lib" : "./lib" | ||
} | ||
, "main" : "./lib/bluetooth-serial-port.js" | ||
, "os": [ "darwin", "linux", "win32" ] | ||
, "dependencies" : | ||
{ "bindings" : "1.1.x" | ||
, "nan" : "^1.8" | ||
} | ||
, "engines" : | ||
{ "node" : ">= 0.8.x" | ||
, "npm" : ">= 1.1.x" | ||
} | ||
, "keywords": | ||
[ "bluetooth" | ||
, "serial port" | ||
, "rfcomm" | ||
, "linux" | ||
, "os x" | ||
, "windows" | ||
] | ||
, "homepage": "https://github.com/eelcocramer/node-bluetooth-serial-port" | ||
, "bugs": "https://github.com/eelcocramer/node-bluetooth-serial-port/issues" | ||
, "repository": | ||
{ "type": "git" | ||
, "url": "https://github.com/eelcocramer/node-bluetooth-serial-port" | ||
} | ||
, "directories": | ||
{ "lib": "./lib" | ||
} | ||
, "main": "./lib/bluetooth-serial-port.js" | ||
, "os": | ||
[ "darwin" | ||
, "linux" | ||
, "win32" | ||
] | ||
, "dependencies": | ||
{ "bindings": "1.1.x" | ||
, "nan": "^2.0.9" | ||
} | ||
, "engines": | ||
{ "node": ">= 0.8.x" | ||
, "npm": ">= 1.1.x" | ||
} | ||
, "scripts": | ||
{ "install": "node-gyp configure build" | ||
} | ||
{ "install": "node-gyp configure build" | ||
} | ||
, "license": "BSD-2-Clause" | ||
, "contributors": ["Eric Smekens", "Juho Vepsäläinen", "Elmar Langholz", "Donald Ness", "Joost Verdoorn", "Max Metral", "Thomas Wickham"] | ||
, "contributors": | ||
[ "Eric Smekens" | ||
, "Juho Vepsäläinen" | ||
, "Elmar Langholz" | ||
, "Donald Ness" | ||
, "Joost Verdoorn" | ||
, "Max Metral" | ||
, "Thomas Wickham" | ||
, "Adrián Estrada" | ||
] | ||
} |
@@ -12,6 +12,4 @@ # Bluetooth serial port communication for Node.js | ||
* The release notes for previous version have moved to [a separate file](RELEASE_NOTES.md). | ||
* Fixes an issue where the `Error` object is passed in the 2nd argument of the callback function when a `write` is called before the remote device was connected. | ||
* Fixes a [segfault on OSX](https://github.com/eelcocramer/node-bluetooth-serial-port/issues/74). | ||
* Fixes a [buffer overflow on OSX](https://github.com/eelcocramer/node-bluetooth-serial-port/issues/76). | ||
* Compatible to NodeJS 4.x | ||
* Dockerfile to test build Linux from OSX or Win | ||
@@ -37,2 +35,6 @@ ## Pre-requests on Linux | ||
## Test build Linux using docker | ||
`docker build -t bluetooth-serial-port .` | ||
# Documentation | ||
@@ -39,0 +41,0 @@ |
## RELEASE NOTES | ||
### 1.2.5 | ||
* Compatible to NodeJS 4.x | ||
* Dockerfile to test build Linux from OSX or Win | ||
### 1.2.4 | ||
@@ -4,0 +9,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
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
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
178080
32
149
+ Addednan@2.22.0(transitive)
- Removednan@1.9.0(transitive)
Updatednan@^2.0.9