Research
Security News
Malicious npm Packages Inject SSH Backdoors via Typosquatted Libraries
Socket’s threat research team has detected six malicious npm packages typosquatting popular libraries to insert SSH backdoors.
@hoowu/build-plugin-rax-ccc3x-proxy
Advanced tools
Rax 项目 Web 应用 的 CocosCreator 3.x 游戏开发 集成代理插件
插件默认会开启以下能力:
process.env.REMOTE_GAME_SERVER
默认值:
http://localhost:7456
注意: 插件只会在开发调试时生效,不用担心对生产环境造成影响。
$ npm install @hoowu/build-plugin-rax-ccc3x-proxy
在 build.json 中进行以下配置:
{
"plugins": [
+ "@hoowu/build-plugin-rax-ccc3x-proxy"
]
}
{
"plugins": [
[
"@hoowu/build-plugin-rax-ccc3x-proxy",
{
+ "proxy": false
}
]
]
}
{
"plugins": [
[
"@hoowu/build-plugin-rax-ccc3x-proxy",
{
+ "proxyTarget": "http://192.168.1.17:7456"
}
]
]
}
{
"plugins": [
[
"@hoowu/build-plugin-rax-ccc3x-proxy",
{
+ "proxyContext": ["/aaa", "/bbb"]
}
]
]
}
{
"plugins": [
[
"@hoowu/build-plugin-rax-ccc3x-proxy",
{
+ "allowedHosts": ["a.com", "sub.a.com", "b.com"]
}
]
]
}
项目根目录下 .cc3x.json 文件, 定义的配置会强制覆盖 build.json 中的配置, 即优先级更高
比如:
{
"proxy": true,
"proxyTarget": "http://192.168.1.17:7456",
"proxyContext": ["/aaa", "/bbb"],
"allowedHosts": ["a.com", "sub.a.com", "b.com"]
}
v0.0.9
3.8+
的支持FAQs
Rax 项目 Web应用 的 CocosCreator 3.x 游戏开发 集成代理插件
The npm package @hoowu/build-plugin-rax-ccc3x-proxy receives a total of 4 weekly downloads. As such, @hoowu/build-plugin-rax-ccc3x-proxy popularity was classified as not popular.
We found that @hoowu/build-plugin-rax-ccc3x-proxy demonstrated a healthy version release cadence and project activity because the last version was released less than 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’s threat research team has detected six malicious npm packages typosquatting popular libraries to insert SSH backdoors.
Security News
MITRE's 2024 CWE Top 25 highlights critical software vulnerabilities like XSS, SQL Injection, and CSRF, reflecting shifts due to a refined ranking methodology.
Security News
In this segment of the Risky Business podcast, Feross Aboukhadijeh and Patrick Gray discuss the challenges of tracking malware discovered in open source softare.