react-native-ble-manager
Advanced tools
Comparing version 6.5.2 to 6.5.3
{ | ||
"name": "react-native-ble-manager", | ||
"version": "6.5.2", | ||
"version": "6.5.3", | ||
"description": "A BLE module for react native.", | ||
@@ -14,4 +14,4 @@ "main": "BleManager", | ||
"keywords": [ | ||
"react-native", | ||
"android", | ||
"react-native", | ||
"android", | ||
"ios", | ||
@@ -26,3 +26,7 @@ "ble", | ||
"url": "https://github.com/innoveit" | ||
}, | ||
"scripts": { | ||
"version": "git add -A", | ||
"postversion": "git push && git push --tags" | ||
} | ||
} |
@@ -462,3 +462,3 @@ # react-native-ble-manager | ||
### retrieveServices(peripheralId) | ||
### retrieveServices(peripheralId[, serviceUUIDs]) | ||
Retrieve the peripheral's services and characteristics. | ||
@@ -477,3 +477,3 @@ Returns a `Promise` object. | ||
console.log('Peripheral info:', peripheralInfo); | ||
}); | ||
}); | ||
``` | ||
@@ -497,3 +497,3 @@ | ||
console.error(error) | ||
}); | ||
}); | ||
``` | ||
@@ -500,0 +500,0 @@ |
Sorry, the diff of this file is not supported yet
Native code
Supply chain riskContains native code (e.g., compiled binaries or shared libraries). Including native code can obscure malicious behavior.
Found 1 instance in 1 package
1
273235
43