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
3
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.17

3

lib/sdk/managed/HostSystem.js

@@ -16,5 +16,6 @@ 'use strict';

runtime: HostRuntimeInfo,
summary: HostListSummary
summary: HostListSummary,
datastore: 'ArrayOfManagedObjectReference'
};
}
};

@@ -54,2 +54,9 @@ 'use strict';

configStatus: 'green',
datastore: [
{
ref: 'datastore-29'
}, {
ref: 'datastore-30'
}
],
hardware: {

@@ -130,2 +137,9 @@ smcPresent: false

configStatus: 'green',
datastore: [
{
ref: 'datastore-29'
}, {
ref: 'datastore-30'
}
],
hardware: {

@@ -132,0 +146,0 @@ smcPresent: false

@@ -20,5 +20,6 @@ 'use strict';

summary: VirtualMachineSummary,
snapshot: VirtualMachineSnapshotInfo
snapshot: VirtualMachineSnapshotInfo,
datastore: 'ArrayOfManagedObjectReference'
};
}
};
{
"name": "@stordata/vsphere-soapify",
"version": "0.0.16",
"version": "0.0.17",
"description": "A NodeJS abstraction layer for the vSphere SOAP API",

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

@@ -63,1 +63,8 @@ # vsphere-soapify

Beware that you need to be logged in on NPM and have write access to the Stordata organization.
Login npm cmd line
Run `npm --registry=https://registry.npmjs.org login` then enter your credentials.
Finally to ensure your connection `npm --registry=https://registry.npmjs.org whoami` and you should see your username.

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