New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@alicloud/openapi-client

Package Overview
Dependencies
Maintainers
0
Versions
27
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@alicloud/openapi-client - npm Package Compare versions

Comparing version 0.4.10 to 0.4.11

6

package.json
{
"name": "@alicloud/openapi-client",
"version": "0.4.10",
"version": "0.4.11",
"description": "",

@@ -25,3 +25,3 @@ "main": "dist/client.js",

"@alicloud/tea-typescript": "^1.7.1",
"@alicloud/tea-util": "^1.4.8",
"@alicloud/tea-util": "^1.4.9",
"@alicloud/credentials": "^2",

@@ -37,2 +37,2 @@ "@alicloud/openapi-util": "^0.3.2",

"repository": "git@github.com:aliyun/darabonba-openapi.git"
}
}

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

let extendsHeaders : {[key: string ]: string} = { };
let extendsQueries : {[key: string ]: string} = { };
if (!Util.isUnset(runtime.extendsParameters)) {

@@ -391,2 +392,6 @@ let extendsParameters = runtime.extendsParameters;

if (!Util.isUnset(extendsParameters.queries)) {
extendsQueries = extendsParameters.queries;
}
}

@@ -401,2 +406,3 @@

...globalQueries,
...extendsQueries,
...request.query,

@@ -606,2 +612,3 @@ };

let extendsHeaders : {[key: string ]: string} = { };
let extendsQueries : {[key: string ]: string} = { };
if (!Util.isUnset(runtime.extendsParameters)) {

@@ -613,2 +620,6 @@ let extendsParameters = runtime.extendsParameters;

if (!Util.isUnset(extendsParameters.queries)) {
extendsQueries = extendsParameters.queries;
}
}

@@ -635,3 +646,6 @@

request_.query = globalQueries;
request_.query = {
...globalQueries,
...extendsQueries,
};
if (!Util.isUnset(request.query)) {

@@ -813,2 +827,3 @@ request_.query = {

let extendsHeaders : {[key: string ]: string} = { };
let extendsQueries : {[key: string ]: string} = { };
if (!Util.isUnset(runtime.extendsParameters)) {

@@ -820,2 +835,6 @@ let extendsParameters = runtime.extendsParameters;

if (!Util.isUnset(extendsParameters.queries)) {
extendsQueries = extendsParameters.queries;
}
}

@@ -843,3 +862,6 @@

request_.query = globalQueries;
request_.query = {
...globalQueries,
...extendsQueries,
};
if (!Util.isUnset(request.query)) {

@@ -1018,2 +1040,3 @@ request_.query = {

let extendsHeaders : {[key: string ]: string} = { };
let extendsQueries : {[key: string ]: string} = { };
if (!Util.isUnset(runtime.extendsParameters)) {

@@ -1025,2 +1048,6 @@ let extendsParameters = runtime.extendsParameters;

if (!Util.isUnset(extendsParameters.queries)) {
extendsQueries = extendsParameters.queries;
}
}

@@ -1030,2 +1057,3 @@

...globalQueries,
...extendsQueries,
...request.query,

@@ -1263,2 +1291,3 @@ };

let extendsHeaders : {[key: string ]: string} = { };
let extendsQueries : {[key: string ]: string} = { };
if (!Util.isUnset(runtime.extendsParameters)) {

@@ -1270,2 +1299,6 @@ let extendsParameters = runtime.extendsParameters;

if (!Util.isUnset(extendsParameters.queries)) {
extendsQueries = extendsParameters.queries;
}
}

@@ -1282,2 +1315,3 @@

...globalQueries,
...extendsQueries,
...request.query,

@@ -1284,0 +1318,0 @@ },

Sorry, the diff of this file is too big to display

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