Security News
RubyGems.org Adds New Maintainer Role
RubyGems.org has added a new "maintainer" role that allows for publishing new versions of gems. This new permission type is aimed at improving security for gem owners and the service overall.
对 phabricator 中 arcanist 的一个 nodejs 的封装,方便用户安装使用
git
php
: mac 一般自带 php, windows 要安装 php 可以参考这里# 安装
npm install -g arcanist
# 认证
arc install-certificate http://your_phabricator_site.com
官方的安装方法: Arcanist Quick Start
使用 npm 安装的方法
与 官方的安装方法
相比,优点是:
arc
命令,无需任何配置git checkout -b feature_xxx
— 创建一个新分支,并修改代码git commit
— 将该提交的都提交上去arc diff [last_commit]
— 此命令会将 last_commit 到最新的 commit 之间的改动的所有代码发送到 phabricator 平台,并创建一个 revision;如果没有指定 last_commit,则会使用 master 分支来作为 last_commit 的起点。no
或 skip
arc list
来查看当前 review 的状态arc diff --update D(id)
继续 reviewarc land
, arc 会将你当前分支合并的 master 上,并删除当前分支更多详情可以查看英文指导文档
FAQs
phabricator arcanist in nodejs
We found that arcanist 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
RubyGems.org has added a new "maintainer" role that allows for publishing new versions of gems. This new permission type is aimed at improving security for gem owners and the service overall.
Security News
Node.js will be enforcing stricter semver-major PR policies a month before major releases to enhance stability and ensure reliable release candidates.
Security News
Research
Socket's threat research team has detected five malicious npm packages targeting Roblox developers, deploying malware to steal credentials and personal data.