react-native-mqtt-angelos3lex
Advanced tools
Comparing version 0.2.3 to 0.4.0
@@ -49,2 +49,9 @@ import { | ||
MqttClient.prototype.reconnect = function() { | ||
Mqtt.reconnect(this.clientRef); | ||
}; | ||
MqttClient.prototype.isConnected = function() { | ||
return Mqtt.isConnected(this.clientRef); | ||
}; | ||
const emitter = new NativeEventEmitter(Mqtt) | ||
@@ -51,0 +58,0 @@ |
{ | ||
"name": "react-native-mqtt-angelos3lex", | ||
"version": "0.2.3", | ||
"version": "0.4.0", | ||
"description": "MQTT client for react-native", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
610298
84
91