Socket
Socket
Sign inDemoInstall

fca-unofficial

Package Overview
Dependencies
Maintainers
1
Versions
53
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

fca-unofficial - npm Package Compare versions

Comparing version 1.2.1 to 1.2.2

4

package.json
{
"name": "fca-unofficial",
"version": "1.2.1",
"version": "1.2.2",
"description": "A Facebook chat API that doesn't rely on XMPP. Will NOT be deprecated after April 30th 2015.",

@@ -25,3 +25,3 @@ "scripts": {

"dependencies": {
"bluebird": "^3.0.0",
"bluebird": "^2.11.0",
"cheerio": "^0.22.0",

@@ -28,0 +28,0 @@ "deasync": "^0.1.19",

@@ -12,7 +12,2 @@ /* eslint-disable no-redeclare */

//Don't really know what this does but I think it's for the active state?
//TODO: Move to ctx when implemented
var chatOn = ctx.globalOptions.online;
var foreground = false;
var topics = [

@@ -43,2 +38,7 @@ "/legacy_web",

function listenMqtt(defaultFuncs, api, ctx, globalCallback) {
//Don't really know what this does but I think it's for the active state?
//TODO: Move to ctx when implemented
var chatOn = ctx.globalOptions.online;
var foreground = false;
var sessionID = Math.floor(Math.random() * 9007199254740991) + 1;

@@ -45,0 +45,0 @@ var username = {

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