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.12 to 0.3.13

4

lib/mac/legacy.js

@@ -170,3 +170,3 @@ var events = require('events');

(function(peripheralUuid, peripheralHandle, advertisement, rssi) {
uuidToAddress(deviceUuid, function(error, address) {
uuidToAddress(peripheralUuid, function(error, address) {
address = address || 'unknown';

@@ -178,3 +178,3 @@

}.bind(this));
}.bind(this))(deviceUuid, peripheralHandle, advertisement, rssi);
}.bind(this))(peripheralUuid, peripheralHandle, advertisement, rssi);
});

@@ -181,0 +181,0 @@

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

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

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

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