Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

bluetooth-serial-port

Package Overview
Dependencies
Maintainers
2
Versions
52
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

bluetooth-serial-port - npm Package Compare versions

Comparing version 1.2.4 to 1.2.5

Dockerfile

79

package.json

@@ -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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc