You're Invited: Meet the Socket team at BSidesSF and RSAC - April 27 - May 1.RSVP
Socket
Sign inDemoInstall
Socket

alipay-cloud-sdk-test

Package Overview
Dependencies
Maintainers
1
Versions
26
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

alipay-cloud-sdk-test - npm Package Compare versions

Comparing version

to
1.0.8

2

dist/client.d.ts

@@ -40,3 +40,3 @@ import * as $CloudKernel from 'alipay-cloud-sdk-kernel';

detectContent(content: string): Promise<AlipaySecurityRiskContentDetectResponse>;
createQrcode(urlParam: string, queryParam: string, describe: string): Promise<AlipayOpenAppQrcodeCreateResponse>;
createQrcodeUrl(urlParam: string, queryParam: string, describe: string): Promise<AlipayOpenAppQrcodeCreateResponse>;
}

@@ -78,3 +78,3 @@ "use strict";

}
async createQrcode(urlParam, queryParam, describe) {
async createQrcodeUrl(urlParam, queryParam, describe) {
let params = {

@@ -81,0 +81,0 @@ url_param: urlParam,

{
"name": "alipay-cloud-sdk-test",
"version": "1.0.7",
"version": "1.0.8",
"description": "Alipay Cloud SDK for Test",

@@ -5,0 +5,0 @@ "main": "dist/client.js",

@@ -89,3 +89,3 @@ // This file is auto-generated, don't edit it

async createQrcode(urlParam: string, queryParam: string, describe: string): Promise<AlipayOpenAppQrcodeCreateResponse> {
async createQrcodeUrl(urlParam: string, queryParam: string, describe: string): Promise<AlipayOpenAppQrcodeCreateResponse> {
let params : {[key: string ]: any} = {

@@ -92,0 +92,0 @@ url_param: urlParam,

Sorry, the diff of this file is not supported yet