Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

nativescript-facebook

Package Overview
Dependencies
Maintainers
8
Versions
21
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

nativescript-facebook - npm Package Compare versions

Comparing version 2.2.0 to 2.2.1

platforms/android/nativescript_facebook.aar

10

package.json
{
"name": "nativescript-facebook",
"version": "2.2.0",
"version": "2.2.1",
"description": "NativeScript plugin, wrapper of native Facebook SDK for Adroid and iOS.",

@@ -17,3 +17,7 @@ "nativescript": {

"plugin.link": "npm link && cd ../demo-angular && npm link nativescript-camera",
"plugin.tscwatch": "tsc -skipLibCheck -w"
"plugin.tscwatch": "tsc -skipLibCheck -w",
"demo.ios": "npm i && npm run tsc && cd ../demo && tns run ios --syncAllFiles",
"demo.android": "npm i && npm run tsc && cd ../demo && tns run android --syncAllFiles",
"demo.ng.ios": "npm i && npm run tsc && cd ../demo-angular && tns run ios --syncAllFiles",
"demo.ng.android": "npm i && npm run tsc && cd ../demo-angular && tns run android --syncAllFiles"
},

@@ -65,2 +69,2 @@ "repository": {

}
}
}

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