Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@dongdev/fca-unofficial

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

@dongdev/fca-unofficial - npm Package Compare versions

Comparing version 0.0.3 to 0.0.4

4

index.js

@@ -82,3 +82,3 @@ "use strict";

function buildAPI(globalOptions, html, jar) {
function buildAPI(globalOptions, html, jar, bypass_region_err) {
var maybeCookie = jar.getCookies("https://www.facebook.com").filter(function (val) {

@@ -133,2 +133,3 @@ return val.cookieString().split("=")[0] === "c_user";

log.warn("login", "Cannot get MQTT region & sequence ID.");
log.info('login', 'Bypass vùng tài khoản thành công');
noMqttData = html;

@@ -164,2 +165,3 @@ }

if (noMqttData) api["htmlData"] = noMqttData;
if (bypass_region_err) log.info('login', 'Bypass vùng tài khoản thành công');

@@ -166,0 +168,0 @@ const apiFuncNames = [

{
"name": "@dongdev/fca-unofficial",
"version": "0.0.3",
"version": "0.0.4",
"description": "A Facebook chat API without XMPP, will not be deprecated after April 30th, 2015.",

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

SocketSocket SOC 2 Logo

Product

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

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc