lesca-facebook-share
Advanced tools
Comparing version 1.1.2 to 1.1.3
@@ -21,5 +21,5 @@ declare global { | ||
declare const Facebook: { | ||
install: (uid: string, options: Options) => void; | ||
install: (uid: string, options?: Options) => void; | ||
share: (shareOptions?: ShareOptions) => void; | ||
}; | ||
export default Facebook; |
{ | ||
"name": "lesca-facebook-share", | ||
"version": "1.1.2", | ||
"version": "1.1.3", | ||
"description": "Simple facebook share", | ||
@@ -5,0 +5,0 @@ "main": "lib/index.js", |
@@ -28,3 +28,3 @@ import { device, root, userAgent } from './mise'; | ||
const install = (uid: string, options: Options) => { | ||
const install = (uid: string, options?: Options) => { | ||
const opt = { ...defaultOption, ...options }; | ||
@@ -31,0 +31,0 @@ const { onload, v } = opt; |
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
23715