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

@mufan/capacitor-plugin-alipay

Package Overview
Dependencies
Maintainers
4
Versions
5
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@mufan/capacitor-plugin-alipay - npm Package Compare versions

Comparing version 0.1.1 to 0.1.2

7

dist/docs.json

@@ -44,2 +44,9 @@ {

"type": "string"
},
{
"name": "fromSchema",
"tags": [],
"docs": "",
"complexTypes": [],
"type": "string | undefined"
}

@@ -46,0 +53,0 @@ ]

1

dist/esm/definitions.d.ts
export interface AlipayPluginRequestOptions {
orderInfo: string;
fromSchema?: string;
}

@@ -4,0 +5,0 @@ export interface AlipayPluginRequestResult {

2

package.json
{
"name": "@mufan/capacitor-plugin-alipay",
"version": "0.1.1",
"version": "0.1.2",
"description": "An Alipay plugin for Capacitor",

@@ -5,0 +5,0 @@ "publishConfig": {

@@ -46,5 +46,6 @@ # capacitor-plugin-alipay

| Prop | Type |
| --------------- | ------------------- |
| **`orderInfo`** | <code>string</code> |
| Prop | Type |
| ---------------- | ------------------- |
| **`orderInfo`** | <code>string</code> |
| **`fromSchema`** | <code>string</code> |

@@ -51,0 +52,0 @@

Sorry, the diff of this file is not supported yet

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