Skip to content

Commit 4957745

Browse files
committed
improvements
1 parent f58a41b commit 4957745

File tree

2 files changed

+7
-5
lines changed

2 files changed

+7
-5
lines changed

.dep-stats.json

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
"bundle-name": "^4.1.0",
2828
"camelcase": "^8.0.0",
2929
"chalk": "^5.3.0",
30-
"cli-cursor": "^4.0.0",
30+
"cli-cursor": "^5.0.0",
3131
"configstore": "^7.0.0",
3232
"default-browser": "^5.2.1",
3333
"default-browser-id": "^5.0.0",
@@ -56,7 +56,9 @@
5656
"latest-version": "^9.0.0",
5757
"log-symbols": "^6.0.0",
5858
"meow": "^13.2.0",
59+
"mimic-function": "^5.0.0",
5960
"npm-run-path": "^5.2.0",
61+
"onetime": "^5.1.0",
6062
"open": "^10.1.0",
6163
"ora": "^8.0.1",
6264
"package-json": "^10.0.0",
@@ -66,11 +68,11 @@
6668
"pretty-ms": "^9.0.0",
6769
"pupa": "^3.1.0",
6870
"registry-url": "^6.0.1",
69-
"restore-cursor": "^4.0.0",
71+
"restore-cursor": "^5.0.0",
7072
"run-applescript": "^7.0.0",
7173
"semver-diff": "^4.0.0",
7274
"slash": "^5.1.0",
73-
"stdin-discarder": "^0.2.1",
75+
"stdin-discarder": "^0.2.2",
7476
"string-width": "^7.0.0",
7577
"strip-ansi": "^7.1.0",
7678
"strip-final-newline": "^4.0.0",

src/commands/threat-feed.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -166,8 +166,8 @@ async function fetchThreatFeed(
166166
type: "line",
167167
fg: "cyan"
168168
},
169-
columnSpacing: 5, //in chars
170-
columnWidth: [10, 30, 8, 20, 16, 50] /*in chars*/
169+
columnSpacing: 3, //in chars
170+
columnWidth: [9, 30, 10, 17, 13, 100] /*in chars*/
171171
})
172172

173173
// allow control the table with the keyboard

0 commit comments

Comments
 (0)