Socket
Socket
Sign inDemoInstall

@alicloud/tea-util

Package Overview
Dependencies
Maintainers
5
Versions
19
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@alicloud/tea-util - npm Package Compare versions

Comparing version 1.4.8 to 1.4.9

3

ChangeLog.txt

@@ -0,1 +1,4 @@

2024-07-08 Version 1.4.9
1. Support extends query parameters
2024-05-13 Version 1.4.8

@@ -2,0 +5,0 @@ 1. Support extends parameters

@@ -8,2 +8,5 @@ /// <reference types="node" />

};
queries?: {
[key: string]: string;
};
static names(): {

@@ -10,0 +13,0 @@ [key: string]: string;

@@ -39,2 +39,3 @@ "use strict";

headers: 'headers',
queries: 'queries',
};

@@ -45,2 +46,3 @@ }

headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
queries: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
};

@@ -47,0 +49,0 @@ }

2

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

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

@@ -10,5 +10,7 @@ import { Readable } from 'stream';

headers?: { [key: string]: string };
queries?: { [key: string]: string };
static names(): { [key: string]: string } {
return {
headers: 'headers',
queries: 'queries',
};

@@ -20,2 +22,3 @@ }

headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
queries: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
};

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