Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
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 1.15.0 to 1.16.0

4

dist/aliyun/shortMessage/client.d.ts

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

totalCount: number;
smsSendDetailDTOs: any;
smsSendDetailDTOs: {
[key: string]: any;
};
static names(): {

@@ -41,0 +43,0 @@ [key: string]: string;

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

totalCount: 'number',
smsSendDetailDTOs: 'any',
smsSendDetailDTOs: { 'type': 'map', 'keyType': 'string', 'valueType': 'any' },
};

@@ -77,0 +77,0 @@ }

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

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

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

totalCount: number;
smsSendDetailDTOs: any;
smsSendDetailDTOs: {[key: string]: any};
static names(): { [key: string]: string } {

@@ -85,3 +85,3 @@ return {

totalCount: 'number',
smsSendDetailDTOs: 'any',
smsSendDetailDTOs: { 'type': 'map', 'keyType': 'string', 'valueType': 'any' },
};

@@ -88,0 +88,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