New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

react-native-ble-manager

Package Overview
Dependencies
Maintainers
1
Versions
173
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

react-native-ble-manager - npm Package Compare versions

Comparing version 6.5.2 to 6.5.3

10

package.json
{
"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

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