nativescript-facebook
Advanced tools
Comparing version 2.3.1 to 2.4.0
{ | ||
"name": "nativescript-facebook", | ||
"version": "2.3.1", | ||
"version": "2.4.0", | ||
"description": "NativeScript plugin, wrapper of native Facebook SDK for Adroid and iOS.", | ||
@@ -46,11 +46,11 @@ "nativescript": { | ||
"devDependencies": { | ||
"tns-core-modules": "^5.1.0", | ||
"tns-platform-declarations": "^5.1.0", | ||
"tns-core-modules": "^5.2.0", | ||
"tns-platform-declarations": "^5.2.0", | ||
"typescript": "~3.1.6", | ||
"nativescript-angular": "~7.1.0", | ||
"nativescript-angular": "~7.2.1", | ||
"nativescript-vue": "~2.0.2", | ||
"@angular/core": "~7.1.0", | ||
"@angular/common": "~7.1.0", | ||
"@angular/compiler": "~7.1.0", | ||
"@angular/compiler-cli": "~7.1.0", | ||
"@angular/core": "~7.2.0", | ||
"@angular/common": "~7.2.0", | ||
"@angular/compiler": "~7.2.0", | ||
"@angular/compiler-cli": "~7.2.0", | ||
"rxjs": "^6.3.3", | ||
@@ -57,0 +57,0 @@ "zone.js": "~0.8.26", |
@@ -10,12 +10,2 @@ import { ImageSource } from 'tns-core-modules/image-source'; | ||
export declare enum MessageGenericTemplateImageAspectRatio { | ||
Horizontal = 0, | ||
Square = 1 | ||
} | ||
export declare enum MessageMediaTemplateMediaType { | ||
Image = 0, | ||
Video = 1 | ||
} | ||
/** | ||
@@ -22,0 +12,0 @@ * When people share links from your app to Facebook it includes a contentURL with the link to be shared. |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
226481
71
3159