Socket
Socket
Sign inDemoInstall

@huaweicloud/huaweicloud-sdk-bms

Package Overview
Dependencies
Maintainers
3
Versions
67
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@huaweicloud/huaweicloud-sdk-bms - npm Package Compare versions

Comparing version 3.1.57 to 3.1.58

4

package.json
{
"name": "@huaweicloud/huaweicloud-sdk-bms",
"version": "3.1.57",
"version": "3.1.58",
"description": "Huaweicloud SDK for bms",

@@ -17,3 +17,3 @@ "main": "huaweicloud-sdk-bms.js",

"dependencies": {
"@huaweicloud/huaweicloud-sdk-core": "^3.1.57"
"@huaweicloud/huaweicloud-sdk-core": "^3.1.58"
},

@@ -20,0 +20,0 @@ "devDependencies": {

@@ -59,12 +59,6 @@ import { CreateSchedulerHints } from './CreateSchedulerHints';

withSchedulerHints(schedulerHints: CreateSchedulerHints): CreateServers;
withServerTags(serverTags: {
[key: string]: Array<SystemTags>;
}): CreateServers;
set serverTags(serverTags: {
[key: string]: Array<SystemTags>;
} | undefined);
get serverTags(): {
[key: string]: Array<SystemTags>;
} | undefined;
withServerTags(serverTags: Array<SystemTags>): CreateServers;
set serverTags(serverTags: Array<SystemTags> | undefined);
get serverTags(): Array<SystemTags> | undefined;
}
//# sourceMappingURL=CreateServers.d.ts.map

Sorry, the diff of this file is not supported yet

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