pentesting 0.8.9 → 0.8.11
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/dist/index.js +4 -8
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -7816,15 +7816,11 @@ ${list}`);
|
|
|
7816
7816
|
] }),
|
|
7817
7817
|
isProcessing ? /* @__PURE__ */ jsxs2(Box2, { flexDirection: "column", children: [
|
|
7818
7818
|
/* @__PURE__ */ jsxs2(Box2, { children: [
|
|
7819
|
-
/* @__PURE__ */ jsx2(Text2, { color: spinnerColor, children: /* @__PURE__ */ jsx2(Spinner, { type: "
|
|
7820
|
-
/* @__PURE__ */ jsxs2(Text2, {
|
|
7819
|
+
/* @__PURE__ */ jsx2(Text2, { color: spinnerColor, children: /* @__PURE__ */ jsx2(Spinner, { type: "dots" }) }),
|
|
7820
|
+
elapsedTime > 0 && /* @__PURE__ */ jsxs2(Text2, { dimColor: true, children: [
|
|
7821
7821
|
" ",
|
|
7822
|
-
|
|
7823
|
-
|
|
7824
|
-
" (",
|
|
7825
|
-
elapsedTime,
|
|
7826
|
-
"s)"
|
|
7827
|
-
] })
|
|
7822
|
+
elapsedTime,
|
|
7823
|
+
"s"
|
|
7828
7824
|
] })
|
|
7829
7825
|
] }),
|
|
7830
7826
|
preInputBuffer && /* @__PURE__ */ jsxs2(Box2, { marginTop: 1, children: [
|