@stordata/vsphere-soapify 1.0.20250501170708 → 1.0.20250516140822
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 +8 -8
- package/package.json +3 -3
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:33166a14-8a47-4097-bc14-752526417f77",
|
|
5
5
|
"version": 1,
|
|
6
6
|
"metadata": {
|
|
7
|
-
"timestamp": "2025-05-
|
|
7
|
+
"timestamp": "2025-05-16T14:07:54Z",
|
|
8
8
|
"tools": [
|
|
9
9
|
{
|
|
10
10
|
"vendor": "GitLab",
|
|
@@ -477,10 +477,10 @@
|
|
|
477
477
|
},
|
|
478
478
|
{
|
|
479
479
|
"name": "debug",
|
|
480
|
-
"version": "4.4.
|
|
481
|
-
"purl": "pkg:npm/debug@4.4.
|
|
480
|
+
"version": "4.4.1",
|
|
481
|
+
"purl": "pkg:npm/debug@4.4.1",
|
|
482
482
|
"type": "library",
|
|
483
|
-
"bom-ref": "pkg:npm/debug@4.4.
|
|
483
|
+
"bom-ref": "pkg:npm/debug@4.4.1"
|
|
484
484
|
},
|
|
485
485
|
{
|
|
486
486
|
"name": "decamelize",
|
|
@@ -1436,10 +1436,10 @@
|
|
|
1436
1436
|
},
|
|
1437
1437
|
{
|
|
1438
1438
|
"name": "mocha",
|
|
1439
|
-
"version": "11.
|
|
1440
|
-
"purl": "pkg:npm/mocha@11.
|
|
1439
|
+
"version": "11.3.0",
|
|
1440
|
+
"purl": "pkg:npm/mocha@11.3.0",
|
|
1441
1441
|
"type": "library",
|
|
1442
|
-
"bom-ref": "pkg:npm/mocha@11.
|
|
1442
|
+
"bom-ref": "pkg:npm/mocha@11.3.0"
|
|
1443
1443
|
},
|
|
1444
1444
|
{
|
|
1445
1445
|
"name": "mockdate",
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@stordata/vsphere-soapify",
|
|
3
|
-
"version":"1.0.
|
|
3
|
+
"version":"1.0.20250516140822",
|
|
4
4
|
"description": "A NodeJS abstraction layer for the vSphere SOAP API",
|
|
5
5
|
"main": "index.js",
|
|
6
6
|
"scripts": {
|
|
@@ -28,7 +28,7 @@
|
|
|
28
28
|
},
|
|
29
29
|
"dependencies": {
|
|
30
30
|
"axios": "1.9.0",
|
|
31
|
-
"debug": "4.4.
|
|
31
|
+
"debug": "4.4.1",
|
|
32
32
|
"lodash": "4.17.21",
|
|
33
33
|
"soap": "1.1.11",
|
|
34
34
|
"tough-cookie": "5.1.2"
|
|
@@ -42,7 +42,7 @@
|
|
|
42
42
|
"eslint-plugin-json": "3.1.0",
|
|
43
43
|
"eslint-plugin-n": "16.6.2",
|
|
44
44
|
"eslint-plugin-no-only-tests": "3.1.0",
|
|
45
|
-
"mocha": "11.
|
|
45
|
+
"mocha": "11.3.0",
|
|
46
46
|
"mockdate": "3.0.5",
|
|
47
47
|
"nock": "13.5.6",
|
|
48
48
|
"sinon": "20.0.0",
|