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.7.0

2

dist/security/textRisk/client.d.ts

@@ -24,3 +24,3 @@ import CloudKernel from 'mpserverless-sdk-core';

constructor(_kernel: CloudKernel);
detectRiskContent(content: string): Promise<AlipaySecurityRiskContentDetectResponse>;
detect(content: string): Promise<AlipaySecurityRiskContentDetectResponse>;
}

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

}
async detectRiskContent(content) {
async detect(content) {
let params = {

@@ -46,0 +46,0 @@ content: content,

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

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

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

async detectRiskContent(content: string): Promise<AlipaySecurityRiskContentDetectResponse> {
async detect(content: string): Promise<AlipaySecurityRiskContentDetectResponse> {
let params : {[key: string ]: any} = {

@@ -55,0 +55,0 @@ content: content,

Sorry, the diff of this file is not supported yet