Comparing version 0.3.13 to 0.3.14
@@ -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 @@ |
@@ -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", |
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
262503
5875