New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@airwallex/components-sdk

Package Overview
Dependencies
Maintainers
1
Versions
51
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@airwallex/components-sdk - npm Package Compare versions

Comparing version 1.2.15 to 1.2.16

2

package.json
{
"name": "@airwallex/components-sdk",
"version": "1.2.15",
"version": "1.2.16",
"main": "./lib/index.js",

@@ -5,0 +5,0 @@ "module": "./lib/index.mjs",

# Airwallex Components SDK
- [Airwallex Components SDK](#airwallex-components-sdk)
- [Installation](#installation)
- [Initialization](#initialization)
- [Create an Element](#create-an-element)
- [Method parameters](#method-parameters)
- [`options` object properties:](#options-object-properties)
- [Example](#example)
- [`element` object](#element-object)
- [Mount the element](#mount-the-element)
- [Unmount the element](#unmount-the-element)
- [Destroy the element](#destroy-the-element)
- [Listen to element events](#listen-to-element-events)
- [KYC Element Events](#kyc-element-events)
- [`ready`](#ready)
- [`success`](#success)
- [`cancel`](#cancel)
- [`error`](#error)
- [Payments KYB Element Events](#payments-kyb-element-events)
- [`ready`](#ready-1)
- [`success`](#success-1)
- [`caseStatusChanged`](#casestatuschanged)
- [`reserveOptionsOffered`](#reserveoptionsoffered)
- [`selectReserve`](#selectreserve)
- [`error`](#error-1)
- [Theming](#theming)
## Installation

@@ -80,3 +107,3 @@

const element = createElement('kyc', options);
const element = await createElement('kyc', options);
```

@@ -83,0 +110,0 @@

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