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.13 to 0.3.14

3

examples/pizza/central.js

@@ -31,2 +31,5 @@

noble.on('discover', function(peripheral) {
// we found a peripheral, stop scanning
noble.stopScanning();
//

@@ -33,0 +36,0 @@ // The advertisment data contains a name, power level (if available),

@@ -7,2 +7,4 @@ var bplist = require('bplist-parser');

return callback(err);
} else if (obj[0].CoreBluetoothCache === undefined) {
return callback(new Error('Empty CoreBluetoothCache entry!'));
}

@@ -9,0 +11,0 @@

2

package.json

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

"description": "A node.js BLE (Bluetooth low energy) central library.",
"version": "0.3.13",
"version": "0.3.14",
"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