New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@capacitor-community/facebook-login

Package Overview
Dependencies
Maintainers
27
Versions
36
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@capacitor-community/facebook-login - npm Package Compare versions

Comparing version 3.0.0-1 to 3.0.0-2

10

package.json
{
"name": "@capacitor-community/facebook-login",
"version": "3.0.0-1",
"version": "3.0.0-2",
"description": "A native plugin for Facebook Login",

@@ -43,6 +43,6 @@ "main": "dist/plugin.cjs.js",

"devDependencies": {
"@capacitor/android": "3.0.0-beta.2",
"@capacitor/cli": "3.0.0-beta.2",
"@capacitor/android": "3.0.0-beta.6",
"@capacitor/cli": "3.0.0-beta.6",
"@capacitor/docgen": "^0.0.10",
"@capacitor/ios": "3.0.0-beta.2",
"@capacitor/ios": "3.0.0-beta.6",
"@ionic/eslint-config": "^0.3.0",

@@ -61,3 +61,3 @@ "@ionic/prettier-config": "^1.0.1",

"dependencies": {
"@capacitor/core": "3.0.0-beta.2"
"@capacitor/core": "3.0.0-beta.6"
},

@@ -64,0 +64,0 @@ "prettier": "@ionic/prettier-config",

@@ -39,9 +39,3 @@ [![npm version](https://badge.fury.io/js/%40capacitor-community%2Ffacebook-login.svg)](https://badge.fury.io/js/%40capacitor-community%2Ffacebook-login)

super.onCreate(savedInstanceState);
// Initializes the Bridge
this.init(savedInstanceState, new ArrayList<Class<? extends Plugin>>() {{
// Additional plugins you've installed go here
// Ex: add(TotallyAwesomePlugin.class);
add(com.getcapacitor.community.facebooklogin.FacebookLogin.class);
}});
registerPlugin(com.getcapacitor.community.facebooklogin.FacebookLogin.class);
}

@@ -48,0 +42,0 @@ }

Sorry, the diff of this file is not supported yet

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