Socket
Socket
Sign inDemoInstall

cordova-plugin-facebook-connect

Package Overview
Dependencies
0
Maintainers
1
Versions
15
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.2.0 to 1.2.1

7

CHANGELOG.md

@@ -0,1 +1,8 @@

<a name="1.2.1"></a>
# [1.2.1](https://github.com/cordova-plugin-facebook-connect/cordova-plugin-facebook-connect/releases/tag/v1.2.1) (2021-02-18)
## Bug Fixes
* Fixed an issue that caused the `setAdvertiserIDCollectionEnabled` method to be undefined (closes [#36](https://github.com/cordova-plugin-facebook-connect/cordova-plugin-facebook-connect/issues/36))
<a name="1.2.0"></a>

@@ -2,0 +9,0 @@ # [1.2.0](https://github.com/cordova-plugin-facebook-connect/cordova-plugin-facebook-connect/releases/tag/v1.2.0) (2021-02-05)

2

package.json
{
"name": "cordova-plugin-facebook-connect",
"version": "1.2.0",
"version": "1.2.1",
"description": "Cordova Facebook SDK Plugin",

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

@@ -23,2 +23,6 @@ var exec = require('cordova/exec')

exports.setAdvertiserIDCollectionEnabled = function (enabled, s, f) {
exec(s, f, 'FacebookConnectPlugin', 'setAdvertiserIDCollectionEnabled', [enabled]);
}
exports.logEvent = function logEvent (name, params, valueToSum, s, f) {

@@ -25,0 +29,0 @@ // Prevent NSNulls getting into iOS, messes up our [command.argument count]

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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