nodejs-insta-private-api-mqtt 1.3.19 → 1.3.20
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/mqtt-shim.js +1 -1
- package/package.json +1 -1
package/dist/mqtt-shim.js
CHANGED
|
@@ -150,7 +150,7 @@ class MqttClient extends EventEmitter {
|
|
|
150
150
|
const { socket: proxySocket } = await SocksClient.createConnection(info);
|
|
151
151
|
this.socket = tls.connect({
|
|
152
152
|
socket: proxySocket,
|
|
153
|
-
rejectUnauthorized:
|
|
153
|
+
rejectUnauthorized: true,
|
|
154
154
|
servername: host
|
|
155
155
|
}, onConnect);
|
|
156
156
|
} else {
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "nodejs-insta-private-api-mqtt",
|
|
3
|
-
"version": "1.3.
|
|
3
|
+
"version": "1.3.20",
|
|
4
4
|
"description": "Complete Instagram MQTT protocol with FULL iOS + Android support. 33 device presets (21 iOS + 12 Android). iPhone 16/15/14/13/12, iPad Pro, Samsung, Pixel, Huawei. Real-time DM messaging, view-once media extraction, sub-500ms latency.",
|
|
5
5
|
"main": "dist/index.js",
|
|
6
6
|
"scripts": {
|