Security News
pnpm 10.0.0 Blocks Lifecycle Scripts by Default
pnpm 10 blocks lifecycle scripts by default to improve security, addressing supply chain attack risks but sparking debate over compatibility and workflow changes.
deploy-files
Advanced tools
使用node上传文件到远程机器
{
...
deployMap: {
sandbox: {
receiver: 'http://YOUR_HOST/receiver',
templatePath: '/home/work/nginx_static/html/test/template',
templateSuffix: '.html', // 模板后缀,不配置默认使用.tpl,也可传入'.(san|html)'
staticPath: '//home/work/nginx_static/html/test/static',
staticDomain: 'http://test.com:8888',
throttle: 200 // 文件上传的延迟时间,默认为200ms
},
sandbox2: {
...
}
},
...
}
// 实例化
const upload = new Upload({
disableFsr: false, // 默认启用fsr 默认false
host: 'http://host.com',
receiver: 'http://xxx.com:8xxx/receiver',
to: 'dest', // 目标机器路径
files: [{[filenam]: [sourceCode]}], // 文件对象
replace: [{from:'a', to:'b'}, {from: new RegExp('oldCDN', 'ig'), to: 'newCDN'}] // 替换内容
});
// 开始上传
upload.run();
把receiver.php,部署到远程机器,并保证receiver.php
能被正常访问
直接访问http://YOUR_HOST/YOUR_PATH/receiver.php
时,页面应该显示这行字
I'm ready for that, you know.
执行: rm ~/.deploy-tmp/deploy.json,删除本地缓存文件即可。
FAQs
deploy files with node
We found that deploy-files demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 3 open source maintainers 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
pnpm 10 blocks lifecycle scripts by default to improve security, addressing supply chain attack risks but sparking debate over compatibility and workflow changes.
Product
Socket now supports uv.lock files to ensure consistent, secure dependency resolution for Python projects and enhance supply chain security.
Research
Security News
Socket researchers have discovered multiple malicious npm packages targeting Solana private keys, abusing Gmail to exfiltrate the data and drain Solana wallets.