
Research
/Security News
11 Malicious Go Packages Distribute Obfuscated Remote Payloads
Socket uncovered 11 malicious Go packages using obfuscated loaders to fetch and execute second-stage payloads via C2 domains.
quick-command-build
Advanced tools
Usage: build <name> [options]
Options:
-r, --root <path> set build root
-t, --temp <path> set up temporary folders for build
-i, --inf <path> set build in folder
-o, --outf <path> set build out folder
-q, --queue <string> set build queue,Use comma(,) separated or all
-m, --moreLog <boolean> see more logs
-u, --uglify <boolean> uglify js
-p, --id <string> set module prefix
root:构建基础目录
temp:构建临时目录,相对于构建目录
inf:需要构建的组件父目录
outf:构建输出目录
queue:需要构建的组件队列,例如:underscore,jquery。如需构建inf下的所有组件,则只需指定为:all 即可
moreLog:构建时输出详细日志
uglify:是否压缩js
id:模块的前缀(目录)
FAQs
quick build command.
The npm package quick-command-build receives a total of 2 weekly downloads. As such, quick-command-build popularity was classified as not popular.
We found that quick-command-build 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.
Research
/Security News
Socket uncovered 11 malicious Go packages using obfuscated loaders to fetch and execute second-stage payloads via C2 domains.
Security News
TC39 advances 11 JavaScript proposals, with two moving to Stage 4, bringing better math, binary APIs, and more features one step closer to the ECMAScript spec.
Research
/Security News
A flawed sandbox in @nestjs/devtools-integration lets attackers run code on your machine via CSRF, leading to full Remote Code Execution (RCE).