@itentialopensource/adapter-algosec_appviz 0.3.4 → 0.3.6
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/CHANGELOG.md +16 -0
- package/metadata.json +4 -6
- package/package.json +2 -2
- package/refs?service=git-upload-pack +0 -0
- package/report/adapterInfo.json +1 -1
- package/compliance-report.json +0 -9
- package/compliance-report.txt +0 -5
package/CHANGELOG.md
CHANGED
|
@@ -1,4 +1,20 @@
|
|
|
1
1
|
|
|
2
|
+
## 0.3.6 [10-14-2024]
|
|
3
|
+
|
|
4
|
+
* Changes made at 2024.10.14_19:35PM
|
|
5
|
+
|
|
6
|
+
See merge request itentialopensource/adapters/adapter-algosec_appviz!12
|
|
7
|
+
|
|
8
|
+
---
|
|
9
|
+
|
|
10
|
+
## 0.3.5 [08-22-2024]
|
|
11
|
+
|
|
12
|
+
* more meta changes
|
|
13
|
+
|
|
14
|
+
See merge request itentialopensource/adapters/adapter-algosec_appviz!10
|
|
15
|
+
|
|
16
|
+
---
|
|
17
|
+
|
|
2
18
|
## 0.3.4 [08-22-2024]
|
|
3
19
|
|
|
4
20
|
* update dependencies and metadata
|
package/metadata.json
CHANGED
|
@@ -1,8 +1,10 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "adapter-algosec_appviz",
|
|
3
3
|
"webName": "Adapter for Integration to Algosec AppViz",
|
|
4
|
+
"supportLevel": "community",
|
|
4
5
|
"vendor": "Algosec",
|
|
5
6
|
"product": "AppViz",
|
|
7
|
+
"techAlliance": false,
|
|
6
8
|
"osVersion": [],
|
|
7
9
|
"apiVersions": [],
|
|
8
10
|
"iapVersions": [
|
|
@@ -46,7 +48,7 @@
|
|
|
46
48
|
"storeLink": "",
|
|
47
49
|
"npmLink": "https://www.npmjs.com/package/@itentialopensource/adapter-algosec_appviz",
|
|
48
50
|
"repoLink": "https://gitlab.com/itentialopensource/adapters/adapter-algosec_appviz",
|
|
49
|
-
"docLink": "",
|
|
51
|
+
"docLink": "https://gitlab.com/itentialopensource/adapters/adapter-algosec_appviz/-/blob/master/README.md?ref_type=heads",
|
|
50
52
|
"demoLinks": [],
|
|
51
53
|
"trainingLinks": [
|
|
52
54
|
{
|
|
@@ -78,9 +80,5 @@
|
|
|
78
80
|
"workflowProjects": [],
|
|
79
81
|
"transformationProjects": [],
|
|
80
82
|
"exampleProjects": []
|
|
81
|
-
}
|
|
82
|
-
"supportLevel": [
|
|
83
|
-
"community"
|
|
84
|
-
],
|
|
85
|
-
"techAlliance": false
|
|
83
|
+
}
|
|
86
84
|
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@itentialopensource/adapter-algosec_appviz",
|
|
3
|
-
"version": "0.3.
|
|
3
|
+
"version": "0.3.6",
|
|
4
4
|
"description": "This adapter integrates with system described as: AppViz.",
|
|
5
5
|
"main": "adapter.js",
|
|
6
6
|
"wizardVersion": "2.44.7",
|
|
@@ -52,7 +52,7 @@
|
|
|
52
52
|
"author": "Itential",
|
|
53
53
|
"homepage": "https://gitlab.com/itentialopensource/adapters/adapter-algosec_appviz#readme",
|
|
54
54
|
"dependencies": {
|
|
55
|
-
"@itentialopensource/adapter-utils": "^5.
|
|
55
|
+
"@itentialopensource/adapter-utils": "^5.9.4",
|
|
56
56
|
"acorn": "^8.12.1",
|
|
57
57
|
"ajv": "^8.17.1",
|
|
58
58
|
"axios": "^1.7.4",
|
|
Binary file
|
package/report/adapterInfo.json
CHANGED
package/compliance-report.json
DELETED
package/compliance-report.txt
DELETED
|
@@ -1,5 +0,0 @@
|
|
|
1
|
-
---------------------------------------------------------------------------------------------
|
|
2
|
-
**** Project Compliance Summary ****
|
|
3
|
-
0 project(s) are not valid
|
|
4
|
-
0 project(s) are valid
|
|
5
|
-
---------------------------------------------------------------------------------------------
|