
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.
解析银行邮件账单, 自动化的记账
本人比较懒, 不想每次消费都手动的输入到记账软件中.
但确实又有这种需求, 所以萌生出想根据邮件账单来自动化的完成记账操作想法
软件的核心功能就是解析邮件(html文件), 从中提取消费的相关信息
同时编写 Web 页面管理和查看数据
详细进度见 RoadMap
npm i email-bill -g
前提
- 账单的信息是从邮件当中解析出来的, 需要设置招行的邮件提醒
- 邮件的源文件来源于
Mac os系统自带的邮件应用的导出功能, 暂时还不支持其他的源文件
从邮件应用中导出邮件源文件, 导出类型为源文件


运行命令, fillPath 为你导出的源文件地址
email-bill <fillPath>
更多配置使用 --help 命令查看
Usage
$ email-bill <filePath> [options]
Options
--type, -t {'credit'|'debit'} 账单类型, 默认是信用卡账单
--out-type, -ot {'json'|'csv'} 导出文件类型, 默认是 csv
--out-name, -on {string} 导出文件名称, 默认与账单类型同名
Examples
$ email-bill credit.bill
FAQs
> 解析银行邮件账单, 自动化的记账
We found that email-bill 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.