@stordata/vsphere-soapify 1.0.20250207181015 → 1.0.20250214081112
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:eceb05d8-2da7-4644-965a-8d81fdb6f43d",
|
|
5
5
|
"version": 1,
|
|
6
6
|
"metadata": {
|
|
7
|
-
"timestamp": "2025-02-
|
|
7
|
+
"timestamp": "2025-02-14T08:10:35Z",
|
|
8
8
|
"tools": [
|
|
9
9
|
{
|
|
10
10
|
"vendor": "GitLab",
|
|
@@ -3520,10 +3520,10 @@
|
|
|
3520
3520
|
},
|
|
3521
3521
|
{
|
|
3522
3522
|
"name": "soap",
|
|
3523
|
-
"version": "1.1.
|
|
3524
|
-
"purl": "pkg:npm/soap@1.1.
|
|
3523
|
+
"version": "1.1.8",
|
|
3524
|
+
"purl": "pkg:npm/soap@1.1.8",
|
|
3525
3525
|
"type": "library",
|
|
3526
|
-
"bom-ref": "pkg:npm/soap@1.1.
|
|
3526
|
+
"bom-ref": "pkg:npm/soap@1.1.8",
|
|
3527
3527
|
"properties": [
|
|
3528
3528
|
{
|
|
3529
3529
|
"name": "gitlab:dependency_scanning_component:reachability",
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@stordata/vsphere-soapify",
|
|
3
|
-
"version":"1.0.
|
|
3
|
+
"version":"1.0.20250214081112",
|
|
4
4
|
"description": "A NodeJS abstraction layer for the vSphere SOAP API",
|
|
5
5
|
"main": "index.js",
|
|
6
6
|
"scripts": {
|
|
@@ -30,7 +30,7 @@
|
|
|
30
30
|
"axios": "1.7.9",
|
|
31
31
|
"debug": "4.4.0",
|
|
32
32
|
"lodash": "4.17.21",
|
|
33
|
-
"soap": "1.1.
|
|
33
|
+
"soap": "1.1.8",
|
|
34
34
|
"tough-cookie": "5.1.1"
|
|
35
35
|
},
|
|
36
36
|
"devDependencies": {
|