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

@monei-js/components

Package Overview
Dependencies
Maintainers
2
Versions
53
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@monei-js/components - npm Package Compare versions

Comparing version 1.1.11 to 1.1.12

7

dist/paypal/types.d.ts

@@ -11,7 +11,10 @@ export interface PayPalProps {

onProps?: (cb: (props: PayPalProps) => void) => void;
onSuccess: (data: any) => void;
onSuccess: (data: {
token?: string;
error?: string;
}) => void;
onLoad?: () => void;
onLoadPayPal?: (url: string, dataset?: Record<string, string>) => void;
style?: {
size?: string;
height?: number;
color?: string;

@@ -18,0 +21,0 @@ layout?: string;

{
"name": "@monei-js/components",
"version": "1.1.11",
"version": "1.1.12",
"author": "MONEI <support@monei.net> (https://monei.net)",

@@ -5,0 +5,0 @@ "description": "MONEI UI Components enable you to collect sensitive payment information using customizable UI components.",

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