Socket
Socket
Sign inDemoInstall

fca-unofficial

Package Overview
Dependencies
6
Maintainers
1
Versions
53
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.0.10 to 1.0.11

2

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

@@ -5,0 +5,0 @@ "scripts": {

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

} else {
if (isGroup == null || utils.getType(isGroup) != "Boolean") {
if (utils.getType(isGroup) != "Boolean") {
api.getUserInfo(threadID, function(err, res) {

@@ -197,3 +197,3 @@ if (err) {

} else {
sendContent(form, threadID, isGroup, messageAndOTID, callback);
sendContent(form, threadID, !isGroup, messageAndOTID, callback);
}

@@ -200,0 +200,0 @@ }

SocketSocket SOC 2 Logo

Product

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

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc