You're Invited: Meet the Socket team at BSidesSF and RSAC - April 27 - May 1.RSVP
Socket
Sign inDemoInstall
Socket

mqtt-toolkit

Package Overview
Dependencies
Maintainers
1
Versions
4
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

mqtt-toolkit - npm Package Compare versions

Comparing version

to
1.0.2

5

package.json
{
"name": "mqtt-toolkit",
"version": "1.0.1",
"version": "1.0.2",
"description": "Support MQTT in ReactNative, Base on MQTT.js",

@@ -12,3 +12,4 @@ "main": "lib/index.js",

"scripts": {
"build": "tsc"
"build": "tsc",
"prepublish": "npm run build"
},

@@ -15,0 +16,0 @@ "author": "@rn-toolkit",