You're Invited:Meet the Socket Team at BlackHat and DEF CON in Las Vegas, Aug 4-6.RSVP
Socket
Book a DemoInstallSign in
Socket

react-native-wifi-reborn

Package Overview
Dependencies
Maintainers
1
Versions
65
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

react-native-wifi-reborn - npm Package Versions

234567

4.13.6

Diff
j
juansebestia
published 4.13.6 •

Changelog

Source

4.13.6 (2025-06-25)

Bug Fixes

  • suggestWifiNetwork (android) resolves immediately with status message instead of waiting for a broadcast that might never happen (#442) (7437d9a)
j
juansebestia
published 4.13.5 •

Changelog

Source

4.13.5 (2025-04-02)

Bug Fixes

j
juansebestia
published 4.13.4 •

Changelog

Source

4.13.4 (2025-01-23)

Bug Fixes

  • types: Align types, index and native module interfaces (#416) (f15187e)
j
juansebestia
published 4.13.3 •

Changelog

Source

4.13.3 (2025-01-20)

Bug Fixes

  • ios: prevent crash when canceling WiFi connection (#425) (e398406), closes #424
j
juansebestia
published 4.13.2 •

Changelog

Source

4.13.2 (2025-01-18)

Bug Fixes

  • android: connection status support for per-app wifi connections (#420) (a0b8fb6), closes #419
j
juansebestia
published 4.13.1 •

Changelog

Source

4.13.1 (2024-12-30)

Bug Fixes

  • Android: properly check on pollForValidSSID if network connected (#399) (0371acd)

Bug Fixes

  • add semicolon (561ea0a)
  • fix error argument is marked as nullable but React requires that all NSNumber arguments are nonnull (b3f4e84)
  • use node 20 for semantic-release (f516e8d)

Features

  • iOS: Add new method to connect to a SSIDPrefix protected only once, Android: Try to address issue #303 (d98ccfc)
j
juansebestia
published 4.13.0 •

Changelog

Source

4.13.1 (2024-12-30)

Bug Fixes

  • Android: properly check on pollForValidSSID if network connected (#399) (0371acd)

Bug Fixes

  • add semicolon (561ea0a)
  • fix error argument is marked as nullable but React requires that all NSNumber arguments are nonnull (b3f4e84)
  • use node 20 for semantic-release (f516e8d)

Features

  • iOS: Add new method to connect to a SSIDPrefix protected only once, Android: Try to address issue #303 (d98ccfc)
j
juansebestia
published 4.12.1 •

Changelog

Source

4.12.1 (2024-03-28)

Bug Fixes

  • crash on Android when isHidden params not passed (e3d7dcc)
j
juansebestia
published 4.12.0 •

Changelog

Source

4.12.0 (2024-03-26)

Bug Fixes

Features

  • add new method connectToProtectedWifiSSID (1813073)
  • add nullable password (75ff05f)
  • android: add timeout parameter (9426913)
  • update README (8970ba4)
j
juansebestia
published 4.11.0 •

Changelog

Source

4.11.0 (2024-02-12)

Features

  • iOS, Loop patch: check the connected WiFi network repeatedly until it's the one we requested (#301) (e7088be)