@stordata/vsphere-soapify 1.0.20250613070742 → 1.0.20250614130902
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/gl-sbom-npm-npm.cdx.json +5 -5
- package/package.json +2 -2
package/gl-sbom-npm-npm.cdx.json
CHANGED
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
{
|
|
2
2
|
"bomFormat": "CycloneDX",
|
|
3
3
|
"specVersion": "1.4",
|
|
4
|
-
"serialNumber": "urn:uuid:
|
|
4
|
+
"serialNumber": "urn:uuid:0082721b-2cdb-4fba-9a5f-bee53d5ba7dc",
|
|
5
5
|
"version": 1,
|
|
6
6
|
"metadata": {
|
|
7
|
-
"timestamp": "2025-06-
|
|
7
|
+
"timestamp": "2025-06-14T13:08:53Z",
|
|
8
8
|
"tools": [
|
|
9
9
|
{
|
|
10
10
|
"vendor": "GitLab",
|
|
@@ -323,10 +323,10 @@
|
|
|
323
323
|
},
|
|
324
324
|
{
|
|
325
325
|
"name": "axios",
|
|
326
|
-
"version": "1.
|
|
327
|
-
"purl": "pkg:npm/axios@1.
|
|
326
|
+
"version": "1.10.0",
|
|
327
|
+
"purl": "pkg:npm/axios@1.10.0",
|
|
328
328
|
"type": "library",
|
|
329
|
-
"bom-ref": "pkg:npm/axios@1.
|
|
329
|
+
"bom-ref": "pkg:npm/axios@1.10.0"
|
|
330
330
|
},
|
|
331
331
|
{
|
|
332
332
|
"name": "axios-ntlm",
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@stordata/vsphere-soapify",
|
|
3
|
-
"version":"1.0.
|
|
3
|
+
"version":"1.0.20250614130902",
|
|
4
4
|
"description": "A NodeJS abstraction layer for the vSphere SOAP API",
|
|
5
5
|
"main": "index.js",
|
|
6
6
|
"scripts": {
|
|
@@ -27,7 +27,7 @@
|
|
|
27
27
|
"registry": "https://registry.npmjs.org"
|
|
28
28
|
},
|
|
29
29
|
"dependencies": {
|
|
30
|
-
"axios": "1.
|
|
30
|
+
"axios": "1.10.0",
|
|
31
31
|
"debug": "4.4.1",
|
|
32
32
|
"lodash": "4.17.21",
|
|
33
33
|
"soap": "1.1.12",
|