
Company News
Andrew Becherer Joins Socket as Chief Information Security Officer
Socket’s first CISO brings deep experience securing high-growth SaaS companies as open source supply chain threats accelerate.
像蚂蚁一样勤奋的搬运,并保持自身的短小精湛。
npm install ergate-cli
部署到业务所在系统,并且在用户组下
# 产品线编号 1:bw 2:rms+ 3:ai
export PROJECT_ID=3
# mysql相关配置
export ANT_MYSQL_HOST=127.0.0.1
export ANT_MYSQL_PORT=3306
export ANT_MYSQL_USER=root
export ANT_MYSQL_PASSWORD=123456
# crontab增加定时脚本
3 * * * * /home/zhouminghui/project/node_modules/ergate-cli/bin/index.js
目前未建索引
CREATE TABLE `task` (
`tid` tinyint(4) NOT NULL AUTO_INCREMENT COMMENT '任务id',
`task_type` tinyint(4) DEFAULT '1' COMMENT '1: 正常linux命令',
`task_status` tinyint(11) NOT NULL DEFAULT '1' COMMENT '1: waiting 2:success 3:error',
`task_content` text NOT NULL,
`bs_id` tinyint(4) NOT NULL COMMENT '1: bw 2:rms+ 3:ai',
`bs_owner` text,
`createtime` datetime DEFAULT CURRENT_TIMESTAMP,
`updatetime` datetime DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP,
PRIMARY KEY (`tid`)
) ENGINE=InnoDB AUTO_INCREMENT=3 DEFAULT CHARSET=utf8mb4
FAQs
The npm package ergate-cli receives a total of 6 weekly downloads. As such, ergate-cli popularity was classified as not popular.
We found that ergate-cli 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.

Company News
Socket’s first CISO brings deep experience securing high-growth SaaS companies as open source supply chain threats accelerate.

Company News
Replit is integrating Socket Firewall into its AI-powered development experience to help protect builders from malicious open source packages.

Security News
npm confirmed a tooling bug incorrectly marked several one-character packages as security holders and said it was working on a rollback.