Socket
Socket
Sign inDemoInstall

fca-h4m1m-x2

Package Overview
Dependencies
275
Maintainers
1
Versions
7
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.5.7 to 1.5.8

2

Extra/Src/Websocket.js

@@ -72,3 +72,3 @@ // /**

// Database_Type: "default or json",
// AppState_Path: "fbstate.json, appstate.json,...",
// AppState_Path: "fbstate.json, x2state.json,...",
// AutoRestartMinutes: "Number 0 to turn off, Encourage number 60",

@@ -75,0 +75,0 @@ // RestartMQTT_Minutes: "Number 0 to turn off, Encourage number 45"

@@ -47,3 +47,3 @@ 'use strict';

"ResetData": false,
"AppState_Path": "appstate.json"
"AppState_Path": "x2state.json"
},

@@ -50,0 +50,0 @@ "HTML": {

{
"name": "fca-h4m1m-x2",
"version": "1.5.7",
"version": "1.5.8",
"description": "Facebook-chat-api remake by One Man HamimX2",

@@ -5,0 +5,0 @@ "main": "index.js",

@@ -137,3 +137,3 @@

// đăng nhập
fs.writeFileSync('appstate.json', JSON.stringify(api.getAppState(), null,'\t')); //tạo appstate
fs.writeFileSync('x2state.json', JSON.stringify(api.getAppState(), null,'\t')); //tạo appstate
});

@@ -140,0 +140,0 @@ ```

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc