@kwirthmagnify/kwirth-plugin-trivy 0.2.3 → 0.2.5
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/front.js +5 -0
- package/package.json +1 -1
package/front.js
CHANGED
|
@@ -32,6 +32,7 @@
|
|
|
32
32
|
"kwirth-globals:@kwirthmagnify/kwirth-common-front"(exports, module) {
|
|
33
33
|
var _m = window.__kwirth__.kwirthCommonFront;
|
|
34
34
|
var _d = _m != null && "default" in Object(_m) ? _m.default : _m;
|
|
35
|
+
if (typeof _d !== "function" && _d != null && typeof _d.default !== "undefined") _d = _d.default;
|
|
35
36
|
module.exports = Object.assign({}, typeof _m === "object" && _m !== null ? _m : {}, { default: _d, __esModule: true });
|
|
36
37
|
}
|
|
37
38
|
});
|
|
@@ -41,6 +42,7 @@
|
|
|
41
42
|
"kwirth-globals:@kwirthmagnify/kwirth-common"(exports, module) {
|
|
42
43
|
var _m = window.__kwirth__.kwirthCommon;
|
|
43
44
|
var _d = _m != null && "default" in Object(_m) ? _m.default : _m;
|
|
45
|
+
if (typeof _d !== "function" && _d != null && typeof _d.default !== "undefined") _d = _d.default;
|
|
44
46
|
module.exports = Object.assign({}, typeof _m === "object" && _m !== null ? _m : {}, { default: _d, __esModule: true });
|
|
45
47
|
}
|
|
46
48
|
});
|
|
@@ -50,6 +52,7 @@
|
|
|
50
52
|
"kwirth-globals:react"(exports, module) {
|
|
51
53
|
var _m = window.__kwirth__.React;
|
|
52
54
|
var _d = _m != null && "default" in Object(_m) ? _m.default : _m;
|
|
55
|
+
if (typeof _d !== "function" && _d != null && typeof _d.default !== "undefined") _d = _d.default;
|
|
53
56
|
module.exports = Object.assign({}, typeof _m === "object" && _m !== null ? _m : {}, { default: _d, __esModule: true });
|
|
54
57
|
}
|
|
55
58
|
});
|
|
@@ -59,6 +62,7 @@
|
|
|
59
62
|
"kwirth-globals:@mui/material"(exports, module) {
|
|
60
63
|
var _m = window.__kwirth__.MUI.material;
|
|
61
64
|
var _d = _m != null && "default" in Object(_m) ? _m.default : _m;
|
|
65
|
+
if (typeof _d !== "function" && _d != null && typeof _d.default !== "undefined") _d = _d.default;
|
|
62
66
|
module.exports = Object.assign({}, typeof _m === "object" && _m !== null ? _m : {}, { default: _d, __esModule: true });
|
|
63
67
|
}
|
|
64
68
|
});
|
|
@@ -68,6 +72,7 @@
|
|
|
68
72
|
"kwirth-globals:@mui/icons-material"(exports, module) {
|
|
69
73
|
var _m = window.__kwirth__.MUI.icons;
|
|
70
74
|
var _d = _m != null && "default" in Object(_m) ? _m.default : _m;
|
|
75
|
+
if (typeof _d !== "function" && _d != null && typeof _d.default !== "undefined") _d = _d.default;
|
|
71
76
|
module.exports = Object.assign({}, typeof _m === "object" && _m !== null ? _m : {}, { default: _d, __esModule: true });
|
|
72
77
|
}
|
|
73
78
|
});
|
package/package.json
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
"id": "trivy",
|
|
3
3
|
"name": "@kwirthmagnify/kwirth-plugin-trivy",
|
|
4
4
|
"displayName": "Trivy",
|
|
5
|
-
"version": "0.2.
|
|
5
|
+
"version": "0.2.5",
|
|
6
6
|
"description": "Trivy security scanning channel plugin for Kwirth",
|
|
7
7
|
"icon": "VerifiedUser",
|
|
8
8
|
"website": "https://kwirthmagnify.dev"
|