
Security News
The Hidden Blast Radius of the Axios Compromise
The Axios compromise shows how time-dependent dependency resolution makes exposure harder to detect and contain.
toho-log-plugin
Advanced tools
A plugin of webpack, interested the output of the terninel, just for fun.
Improve output of your terninel, if you think those info is not very important too.
When you are waitting for compiling, you can remember one or two word. Power of accumulation is huge.
The word list is related to front end. When I read some English artice or document, I will record words that I don't know. You can also record your learning language word by your self.
npm install toho-log-plugin
import TohoLogPlugin from 'toho-log-plugin';
module.exports = {
plugins: [new TohoLogPlugin({ dev: true })],
};
webpack-dev-server, you may need to set noInfo: false, or the output will console default compile info.| name | description | type | default |
|---|---|---|---|
| dev | to distinguish whether the environment is development, it effects the output of your terninel. | Boolean | true |
| path | if you want to custom your own word file, you can use this as { path: __dirname + '/word/2017CET6-test.json' } | string | - |
| defaultWords | there is a word list file in the plugin, about front, if you need this you can set this to true | Boolean | false |
| isPray | if you are using webpackbar, you may need this to prevent info from watchRun or run | Boolean | true |
FAQs
A plugin of webpack, interested the output of the terninel, just for fun.
We found that toho-log-plugin 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
The Axios compromise shows how time-dependent dependency resolution makes exposure harder to detect and contain.

Research
A supply chain attack on Axios introduced a malicious dependency, plain-crypto-js@4.2.1, published minutes earlier and absent from the project’s GitHub releases.

Research
Malicious versions of the Telnyx Python SDK on PyPI delivered credential-stealing malware via a multi-stage supply chain attack.