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

lesca-facebook-share

Package Overview
Dependencies
Maintainers
1
Versions
14
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

lesca-facebook-share - npm Package Compare versions

Comparing version 1.1.2 to 1.1.3

2

lib/index.d.ts

@@ -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;

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