@stordata/vsphere-soapify 1.0.20250516140822 → 1.0.20250519150707
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 -12
- 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:cbb0ff4a-a724-427b-be36-e5de4363877c",
|
|
5
5
|
"version": 1,
|
|
6
6
|
"metadata": {
|
|
7
|
-
"timestamp": "2025-05-
|
|
7
|
+
"timestamp": "2025-05-19T15:06:44Z",
|
|
8
8
|
"tools": [
|
|
9
9
|
{
|
|
10
10
|
"vendor": "GitLab",
|
|
@@ -538,13 +538,6 @@
|
|
|
538
538
|
"type": "library",
|
|
539
539
|
"bom-ref": "pkg:npm/dezalgo@1.0.4"
|
|
540
540
|
},
|
|
541
|
-
{
|
|
542
|
-
"name": "diff",
|
|
543
|
-
"version": "5.2.0",
|
|
544
|
-
"purl": "pkg:npm/diff@5.2.0",
|
|
545
|
-
"type": "library",
|
|
546
|
-
"bom-ref": "pkg:npm/diff@5.2.0"
|
|
547
|
-
},
|
|
548
541
|
{
|
|
549
542
|
"name": "diff",
|
|
550
543
|
"version": "7.0.0",
|
|
@@ -1436,10 +1429,10 @@
|
|
|
1436
1429
|
},
|
|
1437
1430
|
{
|
|
1438
1431
|
"name": "mocha",
|
|
1439
|
-
"version": "11.
|
|
1440
|
-
"purl": "pkg:npm/mocha@11.
|
|
1432
|
+
"version": "11.4.0",
|
|
1433
|
+
"purl": "pkg:npm/mocha@11.4.0",
|
|
1441
1434
|
"type": "library",
|
|
1442
|
-
"bom-ref": "pkg:npm/mocha@11.
|
|
1435
|
+
"bom-ref": "pkg:npm/mocha@11.4.0"
|
|
1443
1436
|
},
|
|
1444
1437
|
{
|
|
1445
1438
|
"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.20250519150707",
|
|
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.4.0",
|
|
46
46
|
"mockdate": "3.0.5",
|
|
47
47
|
"nock": "13.5.6",
|
|
48
48
|
"sinon": "20.0.0",
|