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
0
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 0.0.36 to 0.0.37

lib/sdk/data/HostProtocolEndpoint.js

4

lib/client.js

@@ -37,3 +37,3 @@ 'use strict';

*
* Normally you wouldn't use this method directly, bu rather one of the getter for core managed objects, then
* Normally you wouldn't use this method directly, but rather one of the getter for core managed objects, then
* call managed methods directly on the managed object. This method is however exposed for convenience, or if

@@ -45,3 +45,3 @@ * the call you're interested in isn't modelled by the library yet.

getClient() {
const wsdl = `${__dirname}/wsdl/5.5/vimService.wsdl`;
const wsdl = `${__dirname}/wsdl/6.5/vimService.wsdl`;

@@ -48,0 +48,0 @@ return this._cache('client', () => soap.createClientAsync(wsdl, { endpoint: this.url, ...this.options }));

@@ -255,3 +255,11 @@ 'use strict';

HostFibreChannelHba: require('./HostFibreChannelHba'),
HostParallelScsiHba: require('./HostParallelScsiHba')
HostParallelScsiHba: require('./HostParallelScsiHba'),
HostProtocolEndpoint: require('./HostProtocolEndpoint'),
HostVvolVolume: require('./HostVvolVolume'),
VASAStorageArray: require('./VASAStorageArray'),
VVolHostPE: require('./VVolHostPE'),
VimVasaProvider: require('./VimVasaProvider'),
VimVasaProviderInfo: require('./VimVasaProviderInfo'),
VimVasaProviderStatePerArray: require('./VimVasaProviderStatePerArray'),
VvolDatastoreInfo: require('./VvolDatastoreInfo')
};
{
"name": "@stordata/vsphere-soapify",
"version": "0.0.36",
"version": "0.0.37",
"description": "A NodeJS abstraction layer for the vSphere SOAP API",

@@ -30,12 +30,12 @@ "main": "index.js",

"dependencies": {
"axios": "1.6.8",
"debug": "4.3.4",
"axios": "1.7.7",
"debug": "4.3.7",
"lodash": "4.17.21",
"soap": "1.0.3",
"tough-cookie": "4.1.4"
"soap": "1.1.6",
"tough-cookie": "5.0.0"
},
"devDependencies": {
"@stordata/eslint-config": "1.0.20240319090901",
"chai": "4.4.1",
"chai-datetime": "1.8.0",
"chai": "4.5.0",
"chai-datetime": "1.8.1",
"eslint": "8.57.0",

@@ -46,8 +46,8 @@ "eslint-plugin-import": "2.29.1",

"eslint-plugin-no-only-tests": "3.1.0",
"mocha": "10.4.0",
"mocha": "10.8.2",
"mockdate": "3.0.5",
"nock": "13.5.4",
"sinon": "17.0.2",
"nock": "13.5.6",
"sinon": "19.0.2",
"sinon-chai": "3.7.0"
}
}

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

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