
Security News
Software Engineering Daily Podcast: Feross on AI, Open Source, and Supply Chain Risk
Socket CEO Feross Aboukhadijeh joins Software Engineering Daily to discuss modern software supply chain attacks and rising AI-driven security risks.
nb-tool-upload
Advanced tools
更新了默认的receiver
在本地编译打包然后把产出推到线下机器的方式来测试
// 全局依赖,用来上传产出文件
npm i nb-tool-upload -g
// 生成模版,app参数必填,上传目标机器的目录,一般是项目名称。生成模版后再根据实际需求修改
nb-tool template --app=nb-test
// 项目根目录下执行
sh nb-tool.sh
npm run pre
nb-tool upload -c=./nb-tool.config.js -r=./build
csTool.match('*', {
deploy: {
type: 'http-push',
receiver: 'http://0.0.0.0:8999/receiver',
to: '/home/work/nb-tool-test'
}
})
csTool.match('.js$', {
deploy: {
type: 'http-push',
receiver: 'http://0.0.0.0:8999/receiver',
to: '/home/work/nb-tool-test'
}
})
nb-tool template --app=my-app --receiver=http://0.0.0.0:8999/receiver --to=/home/work/my-app
nb-tool template -c=nb-tool.config.js --app=app-name --match=\* --to=/home/work/a --match=.js$ --to=/home/work/b
FAQs
## 版本
The npm package nb-tool-upload receives a total of 5 weekly downloads. As such, nb-tool-upload popularity was classified as not popular.
We found that nb-tool-upload demonstrated a healthy version release cadence and project activity because the last version was released less than 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
Socket CEO Feross Aboukhadijeh joins Software Engineering Daily to discuss modern software supply chain attacks and rising AI-driven security risks.

Security News
GitHub has revoked npm classic tokens for publishing; maintainers must migrate, but OpenJS warns OIDC trusted publishing still has risky gaps for critical projects.

Security News
Rust’s crates.io team is advancing an RFC to add a Security tab that surfaces RustSec vulnerability and unsoundness advisories directly on crate pages.