@stordata/vsphere-soapify 1.0.20250319201058 → 1.0.20250324181110
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:7220e349-3882-4d1b-99d8-b1b9cd9eacde",
|
|
5
5
|
"version": 1,
|
|
6
6
|
"metadata": {
|
|
7
|
-
"timestamp": "2025-03-
|
|
7
|
+
"timestamp": "2025-03-24T18:10:41Z",
|
|
8
8
|
"tools": [
|
|
9
9
|
{
|
|
10
10
|
"vendor": "GitLab",
|
|
@@ -1898,10 +1898,10 @@
|
|
|
1898
1898
|
},
|
|
1899
1899
|
{
|
|
1900
1900
|
"name": "sinon",
|
|
1901
|
-
"version": "19.0.
|
|
1902
|
-
"purl": "pkg:npm/sinon@19.0.
|
|
1901
|
+
"version": "19.0.5",
|
|
1902
|
+
"purl": "pkg:npm/sinon@19.0.5",
|
|
1903
1903
|
"type": "library",
|
|
1904
|
-
"bom-ref": "pkg:npm/sinon@19.0.
|
|
1904
|
+
"bom-ref": "pkg:npm/sinon@19.0.5"
|
|
1905
1905
|
},
|
|
1906
1906
|
{
|
|
1907
1907
|
"name": "sinon-chai",
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@stordata/vsphere-soapify",
|
|
3
|
-
"version":"1.0.
|
|
3
|
+
"version":"1.0.20250324181110",
|
|
4
4
|
"description": "A NodeJS abstraction layer for the vSphere SOAP API",
|
|
5
5
|
"main": "index.js",
|
|
6
6
|
"scripts": {
|
|
@@ -45,7 +45,7 @@
|
|
|
45
45
|
"mocha": "11.1.0",
|
|
46
46
|
"mockdate": "3.0.5",
|
|
47
47
|
"nock": "13.5.6",
|
|
48
|
-
"sinon": "19.0.
|
|
48
|
+
"sinon": "19.0.5",
|
|
49
49
|
"sinon-chai": "3.7.0"
|
|
50
50
|
}
|
|
51
51
|
}
|