🚀 Big News: Socket Acquires Coana to Bring Reachability Analysis to Every Appsec Team.Learn more
Socket
DemoInstallSign in
Socket

react-native-iot-wifi

Package Overview
Dependencies
Maintainers
1
Versions
18
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

react-native-iot-wifi - npm Package Compare versions

Comparing version

to
0.1.1

10

index.js
'use strict';
import { NativeModules } from 'react-native';
module.exports = NativeModules.IOTWifiModule;
module.exports = NativeModules.IOTWifi;
/**
* isAvaliable(Callback callback)
* connect(String ssid, Callback callback)
* todo: connectSecure(String ssid, String passphrase, Boolean isWEP, Callback callback)
* todo: removeSSID(String ssid, Callback callback)
* getSSID(Callback callback)
*/

11

package.json
{
"name": "react-native-iot-wifi",
"version": "0.1.0",
"version": "0.1.1",
"description": "Connect to WiFi with React Native on Android and iOS.",

@@ -8,3 +8,3 @@ "main": "index.js",

"type": "git",
"url": "git+https://github.com/NectarSun/react-native-iot-wifi.git"
"url": "git+https://github.com/tadasr/react-native-iot-wifi.git"
},

@@ -14,3 +14,2 @@ "keywords": [

"android",
"ios",
"wifi",

@@ -20,10 +19,10 @@ "iot"

"authors": [
"Tadas Ra"
"tadasr"
],
"license": "MIT",
"bugs": {
"url": "https://github.com/NectarSun/react-native-iot-wifi/issues"
"url": "https://github.com/tadasr/react-native-iot-wifi/issues"
},
"homepage": "https://github.com/NectarSun/react-native-iot-wifi#readme",
"homepage": "https://github.com/tadasr/react-native-iot-wifi#readme",
"dependencies": {}
}

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet