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

@stordata/vsphere-soapify

Package Overview
Dependencies
Maintainers
1
Versions
46
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@stordata/vsphere-soapify - npm Package Compare versions

Comparing version

to
0.0.9

6

lib/client.spec.js

@@ -584,2 +584,5 @@ 'use strict';

faultToleranceState: 'notConfigured',
host: {
ref: 'host-72'
},
maxCpuUsage: 4400,

@@ -790,2 +793,5 @@ maxMemoryUsage: 4096,

faultToleranceState: 'notConfigured',
host: {
ref: 'host-72'
},
maxCpuUsage: 4400,

@@ -792,0 +798,0 @@ maxMemoryUsage: 4096,

1

lib/sdk/data/VirtualMachineRuntimeInfo.js

@@ -15,2 +15,3 @@ 'use strict';

faultToleranceState: 'VirtualMachineFaultToleranceState',
host: 'ManagedObjectReference',
maxCpuUsage: 'xsd:int',

@@ -17,0 +18,0 @@ maxMemoryUsage: 'xsd:int',

2

package.json
{
"name": "@stordata/vsphere-soapify",
"version": "0.0.8",
"version": "0.0.9",
"description": "A NodeJS abstraction layer for the vSphere SOAP API",

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