
Security News
Axios Maintainer Confirms Social Engineering Attack Behind npm Compromise
Axios compromise traced to social engineering, showing how attacks on maintainers can bypass controls and expose the broader software supply chain.
times-cli
npm install times-cli@1.8.5 -g
Usage: main [options] [command]
Options:
-V, --version output the version number
-project,--project [name] build you develop project name
-token,--apitoken [apitoken] send your api token
-author,--author [name] send your author
-trigger,--triggerName [name] send your triggerName
-branch,--gitBranch [name] send your gitBranch/tags
-autotag,--autotag [name] auto creat your tags
-host,--host [name] send your jenkis host
-file,--file [name] send your file
-newfile,--newfile [name] send your newfile
-imgMin,--k
-h, --help display help for command
Commands:
setup [env] run setup commands for all envs
git-tag [options] [env] set git tag for all envs
auto-replace-file [env] run auto-replace-file for repalce file
push [options] [env] run push commands for all envs
auto-serve [options] [env] run auto-serve commands for all envs
create run create template file commands
uploadMini run upload miniprogrammer commands
husky run husky your project commands
imgMin [options] Compress images by tinypng api
help [command] display help for command
Examples:
$ custom-help --help
$ custom-help -h
代码执行模块:
"dev": "times-cli --project rfhouse-html-dev --gitBranch */dev_branch setup dev",
"test": "times-cli --project rfhouse-html-test-bytag --gitBranch */dev_branch setup test",
"build": "times-cli --project rfhouse-html-bytag --branch xx setup build",
"test:tag": "times-cli --project rfhouse-html-test-bytag --autotag true setup test",
"push": "times-cli push -p true",
"auto-tag": "times-cli git-tag",
"auto-replace": "times-cli auto-replace-file",
"auto-serve": "times-cli auto-serve -p 8007",
"upload": "times-cli uploadMini"
FAQs
- (如之前有安装可以 先卸载 npm uninstall times-cli -g) - npm install times-cli -g
We found that times-cli demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 5 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
Axios compromise traced to social engineering, showing how attacks on maintainers can bypass controls and expose the broader software supply chain.

Security News
Node.js has paused its bug bounty program after funding ended, removing payouts for vulnerability reports but keeping its security process unchanged.

Security News
The Axios compromise shows how time-dependent dependency resolution makes exposure harder to detect and contain.