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.6.2 to 6.6.4

2

index.d.ts

@@ -46,3 +46,3 @@ declare module 'react-native-ble-manager' {

export function getConnectedPeripherals(serviceUUIDs: string[]): Promise<void>
export function getConnectedPeripherals(serviceUUIDs: string[]): Promise<any[]>
export function getDiscoveredPeripherals(): Promise<any[]>

@@ -49,0 +49,0 @@ export function isPeripheralConnected(peripheralID: string, serviceUUIDs: string[]): Promise<boolean>

{
"name": "react-native-ble-manager",
"version": "6.6.2",
"version": "6.6.4",
"description": "A BLE module for react native.",

@@ -5,0 +5,0 @@ "main": "BleManager",

@@ -500,3 +500,3 @@ # react-native-ble-manager

})
.cache((error) => {
.catch((error) => {
console.error(error)

@@ -503,0 +503,0 @@ });

Sorry, the diff of this file is not supported yet

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