@stordata/vsphere-soapify 1.0.20250228190916 → 1.0.20250307084443
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:0b014ddc-84fb-47ba-933d-c0f887ae7808",
|
|
5
5
|
"version": 1,
|
|
6
6
|
"metadata": {
|
|
7
|
-
"timestamp": "2025-
|
|
7
|
+
"timestamp": "2025-03-07T08:44:24Z",
|
|
8
8
|
"tools": [
|
|
9
9
|
{
|
|
10
10
|
"vendor": "GitLab",
|
|
@@ -582,10 +582,10 @@
|
|
|
582
582
|
},
|
|
583
583
|
{
|
|
584
584
|
"name": "axios",
|
|
585
|
-
"version": "1.8.
|
|
586
|
-
"purl": "pkg:npm/axios@1.8.
|
|
585
|
+
"version": "1.8.2",
|
|
586
|
+
"purl": "pkg:npm/axios@1.8.2",
|
|
587
587
|
"type": "library",
|
|
588
|
-
"bom-ref": "pkg:npm/axios@1.8.
|
|
588
|
+
"bom-ref": "pkg:npm/axios@1.8.2",
|
|
589
589
|
"properties": [
|
|
590
590
|
{
|
|
591
591
|
"name": "gitlab:dependency_scanning_component:reachability",
|
|
@@ -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.9",
|
|
3524
|
+
"purl": "pkg:npm/soap@1.1.9",
|
|
3525
3525
|
"type": "library",
|
|
3526
|
-
"bom-ref": "pkg:npm/soap@1.1.
|
|
3526
|
+
"bom-ref": "pkg:npm/soap@1.1.9",
|
|
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.20250307084443",
|
|
4
4
|
"description": "A NodeJS abstraction layer for the vSphere SOAP API",
|
|
5
5
|
"main": "index.js",
|
|
6
6
|
"scripts": {
|
|
@@ -27,10 +27,10 @@
|
|
|
27
27
|
"registry": "https://registry.npmjs.org"
|
|
28
28
|
},
|
|
29
29
|
"dependencies": {
|
|
30
|
-
"axios": "1.8.
|
|
30
|
+
"axios": "1.8.2",
|
|
31
31
|
"debug": "4.4.0",
|
|
32
32
|
"lodash": "4.17.21",
|
|
33
|
-
"soap": "1.1.
|
|
33
|
+
"soap": "1.1.9",
|
|
34
34
|
"tough-cookie": "5.1.2"
|
|
35
35
|
},
|
|
36
36
|
"devDependencies": {
|