
Product
Rust Support Now in Beta
Socket's Rust support is moving to Beta: all users can scan Cargo projects and generate SBOMs, including Cargo.toml-only crates, with Rust-aware supply chain checks.
@xbl/notes-helper
Advanced tools
是使用 Nodejs 写的笔记小助手,在 Git 目录中自动同步到远端仓库的脚本工具
在对应的 Git 目录中创建 .notes-helper.json
{
"events": {
"addDir": "touch .gitkeep && git add . && git commit -m 'notes add folder' && git push",
"add": "git add . && git commit -m 'notes add file' && git push",
"change": "git add . && git commit -m 'notes change file' && git push",
"unlink": "git add . && git commit -m 'notes unlink' && git push"
}
}
使用 chokidar 监听目录变化,监听变化事件产生执行对应的 shell 命令。
此处忽略了 git 初始化等操作。
方法一:使用 npx
,在对应的目录执行如下命令
npx @xbl/notes-helper
方法二:全局安装
npm install -g @xbl/notes-helper
# 在对应目录执行
@xbl/notes-helper
FAQs
是使用 Nodejs 写的笔记小助手,在 Git 目录中自动同步到远端仓库的脚本工具
We found that @xbl/notes-helper 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.
Product
Socket's Rust support is moving to Beta: all users can scan Cargo projects and generate SBOMs, including Cargo.toml-only crates, with Rust-aware supply chain checks.
Product
Socket Fix 2.0 brings targeted CVE remediation, smarter upgrade planning, and broader ecosystem support to help developers get to zero alerts.
Security News
Socket CEO Feross Aboukhadijeh joins Risky Business Weekly to unpack recent npm phishing attacks, their limited impact, and the risks if attackers get smarter.