tommy44458 / mqtt-vue-hook

Mqtt-Vue-hook is a TypeScript library that makes it easy to connect to an MQTT broker (supports v5) and manages callback functions for various topics.
https://www.npmjs.com/package/mqtt-vue-hook
MIT License
24 stars 3 forks source link

Is it possible to avoid console.log each time onConnect or onReconnect etc. #11

Open ostrui opened 1 year ago

ostrui commented 1 year ago

Good day.

Why do you need to display connection message in console?

1biot commented 1 year ago

Hi I make fork of this library and updated this, no more sensitive information at console. I added support for IPublishPacket too and fix vulnerability in package and Actions are running linter You can try it by installing that:

npm install git+https://github.com/1biot/mqtt-vue-hook.git#handle_packets_and_debug_dist 
tommy44458 commented 1 year ago

H @ostrui,

I apologize for the delayed response. I have released a new version, v1.2.19, which hides sensitive information.

I want to express my sincere gratitude to @1biot for your assistance.