@stordata/vsphere-soapify 1.0.20250602075225 → 1.0.20250609110908
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 +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:ec0a6989-0a00-472b-8f0b-c13ac23f7625",
|
|
5
5
|
"version": 1,
|
|
6
6
|
"metadata": {
|
|
7
|
-
"timestamp": "2025-06-
|
|
7
|
+
"timestamp": "2025-06-09T11:08:34Z",
|
|
8
8
|
"tools": [
|
|
9
9
|
{
|
|
10
10
|
"vendor": "GitLab",
|
|
@@ -1429,10 +1429,10 @@
|
|
|
1429
1429
|
},
|
|
1430
1430
|
{
|
|
1431
1431
|
"name": "mocha",
|
|
1432
|
-
"version": "11.
|
|
1433
|
-
"purl": "pkg:npm/mocha@11.
|
|
1432
|
+
"version": "11.6.0",
|
|
1433
|
+
"purl": "pkg:npm/mocha@11.6.0",
|
|
1434
1434
|
"type": "library",
|
|
1435
|
-
"bom-ref": "pkg:npm/mocha@11.
|
|
1435
|
+
"bom-ref": "pkg:npm/mocha@11.6.0"
|
|
1436
1436
|
},
|
|
1437
1437
|
{
|
|
1438
1438
|
"name": "mockdate",
|
|
@@ -2080,10 +2080,10 @@
|
|
|
2080
2080
|
},
|
|
2081
2081
|
{
|
|
2082
2082
|
"name": "workerpool",
|
|
2083
|
-
"version": "
|
|
2084
|
-
"purl": "pkg:npm/workerpool@
|
|
2083
|
+
"version": "9.3.2",
|
|
2084
|
+
"purl": "pkg:npm/workerpool@9.3.2",
|
|
2085
2085
|
"type": "library",
|
|
2086
|
-
"bom-ref": "pkg:npm/workerpool@
|
|
2086
|
+
"bom-ref": "pkg:npm/workerpool@9.3.2"
|
|
2087
2087
|
},
|
|
2088
2088
|
{
|
|
2089
2089
|
"name": "wrap-ansi",
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@stordata/vsphere-soapify",
|
|
3
|
-
"version":"1.0.
|
|
3
|
+
"version":"1.0.20250609110908",
|
|
4
4
|
"description": "A NodeJS abstraction layer for the vSphere SOAP API",
|
|
5
5
|
"main": "index.js",
|
|
6
6
|
"scripts": {
|
|
@@ -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.6.0",
|
|
46
46
|
"mockdate": "3.0.5",
|
|
47
47
|
"nock": "13.5.6",
|
|
48
48
|
"sinon": "20.0.0",
|