Socket
Socket
Sign inDemoInstall

@alicloud/tea-util

Package Overview
Dependencies
2
Maintainers
5
Versions
19
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.2.5 to 1.2.6

4

dist/client.d.ts

@@ -66,2 +66,6 @@ /// <reference types="node" />

static is5xx(code: number): boolean;
static validateModel(m: $tea.Model): void;
static toMap(inputModel: $tea.Model): {
[key: string]: any;
};
}

@@ -194,4 +194,9 @@ "use strict";

}
static validateModel(m) {
}
static toMap(inputModel) {
return $tea.toMap(inputModel);
}
}
exports.default = Client;
//# sourceMappingURL=client.js.map

2

package.json
{
"name": "@alicloud/tea-util",
"version": "1.2.5",
"version": "1.2.6",
"description": "",

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

@@ -233,4 +233,11 @@ import { Readable } from 'stream';

}
static validateModel(m: $tea.Model): void {
}
static toMap(inputModel: $tea.Model): { [key: string]: any } {
return $tea.toMap(inputModel);
}
}

Sorry, the diff of this file is not supported yet

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc