
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.
@rmw/console
Advanced tools
yarn add @rmw/console
或者
npm install @rmw/console
比如你的package.json中的name是 @rmw/xxx
可以通过环境变量
RMW_XXX_DEBUG 来配置是否在屏幕上打印日志
可以配置 RMW_XXX_LOG,RMW_XXX_ERR 来控制输出日志的文件
RMW_LOG、RMW_ERR、RMW_DEBUG,则为项目的全局配置
也可以配置 ~/.config/rmw/console.yml 来设置以上变量
配置文件还可以设置
date: "YYYY-MM-DD HH:mm:ss"
来控制是否显示日期
#!/usr/bin/env coffee
import Console from '@rmw/console'
do =>
console = Console()
console.log "您好"
console.dir {a:b:[1,2,3]}
console.dir {a:b:[1,2,3]}, {colors:false}
console.trace()
console.error "test"
本项目隶属于人民网络(rmw.link) 代码计划。
FAQs
## 安装
We found that @rmw/console 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.