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

123467

4.0.0

Diff
j
juansebestia
published 4.0.0 •

Changelog

Source

4.0.0 (2020-05-01)

  • Merge pull request #56 from inthepocket/feature/android-use-promises (83e30cd), closes #56

Features

  • promise: change isEnabled from callback to promise. (5631fe8)
  • promise: return the current signal strength as a promise (7ef9a40)
  • promise: use a promise instead of callsbacks for isRemoveWifiNetwork (abb3be2)
  • promise: use a promise to resolve the frequency of the currently connected WiFi network (79dc3bf)
  • promise: use a promise to return results for reScanAndLoadWifiList() (dcdeb0c)
  • promise: use a promise to return the bssid of the currenlty connected network (8d39c67)
  • promise: use a promise to return the loadWifiList results (e0fe2b9)

BREAKING CHANGES

  • Use promises instead of callbacks
j
juansebestia
published 3.1.2 •

Changelog

Source

3.1.2 (2020-04-16)

Bug Fixes

  • Add null type to password on connectToProtectedSSID (#60) (9ad28cc)
j
juansebestia
published 3.1.1 •

Changelog

Source

3.1.1 (2020-03-22)

Bug Fixes

  • add location permission explanation on the readme (12810b8)
j
juansebestia
published 3.1.0 •

Changelog

Source

3.1.0 (2020-03-22)

Features

  • forceWifiUsage: remove need of the WRITE_SETTINGS. Api calls to a wifi network without internet access can perfectly be done without (7c9daef)
j
juansebestia
published 3.0.0 •

Changelog

Source

3.0.0 (2020-03-17)

  • Merge pull request #46 from inthepocket/feature/use-wifiutils-for-android-with-semantics (eeea1af), closes #46

BREAKING CHANGES

  • Use WifiUtils to connect with a wifi network
j
juansebestia
published 2.4.0 •

Changelog

Source

2.4.0 (2020-03-04)

Features

j
juansebestia
published 2.3.4 •

Changelog

Source

2.3.4 (2020-03-04)

Performance Improvements

j
juansebestia
published 2.3.3 •

Changelog

Source

2.3.3 (2020-02-27)

Bug Fixes

  • iOS: Fix joinOnce for connectToSSIDPrefix (#40) (61185a9)
j
juansebestia
published 2.3.2 •

Changelog

Source

2.3.2 (2020-01-21)

Bug Fixes

  • android: Verify connection after enabling network (#31) (9fa86ee)
j
juansebestia
published 2.3.1 •

Changelog

Source

2.3.1 (2020-01-16)

Bug Fixes

  • iOS: Use joinOnce as mentioned https://github.com/JuanSeBestia/react-native-wifi-reborn/issues/2. (#33) (6c71618)