Socket
Socket
Sign inDemoInstall

fca-unofficial

Package Overview
Dependencies
159
Maintainers
1
Versions
53
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.2.2 to 1.2.3

2

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

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

@@ -25,5 +25,4 @@ "use strict";

.get(url, ctx.jar, form)
.then(utils.parseAndCheckLogin(ctx, defaultFuncs))
.then(function(resData) {
callback(null, resData);
callback(null, resData.body.toString());
})

@@ -30,0 +29,0 @@ .catch(function(err) {

@@ -25,5 +25,4 @@ "use strict";

.post(url, ctx.jar, form)
.then(utils.parseAndCheckLogin(ctx, defaultFuncs))
.then(function(resData) {
callback(null, resData);
callback(null, resData.body.toString());
})

@@ -30,0 +29,0 @@ .catch(function(err) {

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