
Product
Introducing GitHub Actions Scanning Support
Detect malware, unsafe data flows, and license issues in GitHub Actions with Socket’s new workflow scanning support.
@fmfe/psync
Advanced tools
有了 Psync,你可以放弃使用 npm link 或者 yarn link,你只需要配置你的开发目录,程序自动为你同步包。注意,需要你的电脑支持 rsync
Psync 会自动分析你指定的目录的所有 package.json 文件的 name,和 node_modules 目录下的 package.json 文件的 name 进行依赖关联,在文件改动时,自动帮你更新。
npm install -g @fmfe/psync
# 指定一个文件夹
psync --dir=/Volumes/dev/followme/5.0
# 指定多个文件夹
psync --dir=/Volumes/dev/followme/5.0 --dir=/Volumes/dev/followme/6.0
也可以在项目下创建配置文件:sync.config.json
{
"folders": ["/Volumes/dev/followme/5.0"]
}
在当前目录下运行:psync
FAQs
Replace npm link or yarn link
We found that @fmfe/psync demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 15 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.
Product
Detect malware, unsafe data flows, and license issues in GitHub Actions with Socket’s new workflow scanning support.
Product
Add real-time Socket webhook events to your workflows to automatically receive pull request scan results and security alerts in real time.
Research
The Socket Threat Research Team uncovered malicious NuGet packages typosquatting the popular Nethereum project to steal wallet keys.