Socket
Socket
Sign inDemoInstall

react-native-ble-manager

Package Overview
Dependencies
514
Maintainers
1
Versions
159
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 11.3.0 to 11.3.1

2

dist/cjs/types.d.ts

@@ -41,3 +41,3 @@ /**

manufacturerData?: Record<string, CustomAdvertisingData>;
manufacturerRawData?: Record<string, CustomAdvertisingData>;
manufacturerRawData?: CustomAdvertisingData;
serviceData?: Record<string, CustomAdvertisingData>;

@@ -44,0 +44,0 @@ serviceUUIDs?: string[];

@@ -41,3 +41,3 @@ /**

manufacturerData?: Record<string, CustomAdvertisingData>;
manufacturerRawData?: Record<string, CustomAdvertisingData>;
manufacturerRawData?: CustomAdvertisingData;
serviceData?: Record<string, CustomAdvertisingData>;

@@ -44,0 +44,0 @@ serviceUUIDs?: string[];

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

@@ -5,0 +5,0 @@ "repository": {

@@ -43,3 +43,3 @@ /**

manufacturerData?: Record<string, CustomAdvertisingData>;
manufacturerRawData?: Record<string, CustomAdvertisingData>;
manufacturerRawData?: CustomAdvertisingData;
serviceData?: Record<string, CustomAdvertisingData>;

@@ -46,0 +46,0 @@ serviceUUIDs?: string[];

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc