
Security News
Axios Maintainer Confirms Social Engineering Attack Behind npm Compromise
Axios compromise traced to social engineering, showing how attacks on maintainers can bypass controls and expose the broader software supply chain.
@femessage/log-viewer
Advanced tools
log-viewer is a vue component which can display terminal log in browser with high performance.

yarn add @femessage/log-viewer
<log-viewer :log="log" :loading="isLoading" />
Virtual scrolling use the component:https://github.com/tangbc/vue-virtual-scroll-list
Achieve internal use 'item-mode' so that its performance is better than the 'vfor-mode'.
Use 100,000 lines to test.
The Memory before the component mount: 36.5MB
The Memory after the component mounted: 48MB
Memory Usage: 11.5MB

The Memory before the component mount: 43MB
The Memory after the component mounted: 221MB
Memory Usage: 178MB

Also use 100,000 lines to test.
Render time: 0.63ms
Patch time: 72.18ms
Total time: 72.85ms

Render time: 933.05ms
Patch time: 23.81ms
Total time: 956.86ms

For those who are interested in contributing to this project, such as:
Please refer to our contributing guide.
Thanks goes to these wonderful people (emoji key):
snowlocked 💻 📖 ⚠️ | EVILLT 💻 |
This project follows the all-contributors specification. Contributions of any kind welcome!
FAQs
đź’» View terminal logs in browser
The npm package @femessage/log-viewer receives a total of 177 weekly downloads. As such, @femessage/log-viewer popularity was classified as not popular.
We found that @femessage/log-viewer demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Security News
Axios compromise traced to social engineering, showing how attacks on maintainers can bypass controls and expose the broader software supply chain.

Security News
Node.js has paused its bug bounty program after funding ended, removing payouts for vulnerability reports but keeping its security process unchanged.

Security News
The Axios compromise shows how time-dependent dependency resolution makes exposure harder to detect and contain.