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

noble

Package Overview
Dependencies
Maintainers
1
Versions
48
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

noble - npm Package Compare versions

Comparing version 0.3.5 to 0.3.6

4

examples/peripheral-explorer.js

@@ -103,3 +103,5 @@ var async = require('async');

userDescriptionDescriptor.readValue(function(error, data) {
characteristicInfo += ' (' + data.toString() + ')';
if (data) {
characteristicInfo += ' (' + data.toString() + ')';
}
callback();

@@ -106,0 +108,0 @@ });

@@ -127,3 +127,3 @@ var debug = require('debug')('yosemite-bindings');

txPowerLevel: args.kCBMsgArgAdvertisementData.kCBAdvDataTxPowerLevel,
// manufacturerData: args.kCBMsgArgAdvertisementData.kCBAdvDataManufacturerData, // TODO: This seems to be optional???
manufacturerData: args.kCBMsgArgAdvertisementData.kCBAdvDataManufacturerData,
serviceData: [],

@@ -130,0 +130,0 @@ serviceUuids: []

@@ -5,3 +5,3 @@ {

"description": "A node.js BLE (Bluetooth low energy) central library.",
"version": "0.3.5",
"version": "0.3.6",
"repository": {

@@ -8,0 +8,0 @@ "type": "git",

noble
=====
[![Analytics](https://ga-beacon.appspot.com/UA-56089547-1/sandeepmistry/noble?pixel)](https://github.com/igrigorik/ga-beacon)
A node.js BLE (Bluetooth low energy) central module.

@@ -13,5 +15,9 @@

__OS X__
* install [Xcode](https://itunes.apple.com/ca/app/xcode/id497799835?mt=12)
__Linux (Ubuntu)__
* ```sudo apt-get install libbluetooth-dev```
* Kernel version 3.6 or above
* ```sudo apt-get install bluetooth bluez-utils libbluetooth-dev```
* Run as ```sudo``` or ```root```

@@ -18,0 +24,0 @@

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