Security News
New Python Packaging Proposal Aims to Solve Phantom Dependency Problem with SBOMs
PEP 770 proposes adding SBOM support to Python packages to improve transparency and catch hidden non-Python dependencies that security tools oft miss.
esl-hot-update: Hot update esl modules when modifed. JS, LESS, tpl, component is all supported!
npm install -g ehu(mac下需要sudo,windows下需要管理员权限)
在原来执行edp webserver start命令的路径 执行 ehu(不再需要执行 edp webserver start)
原来端口号8848修改为8844(原8848依旧可以使用,但不支持热更新)
npm install -g ehu(mac下需要sudo,windows下需要管理员权限)
{
// 默认的web server地址
"defaultServer": "http://127.0.0.1:8848",
// 默认的web server启动命令
"defaultServerCLI": "edp webserver start",
// 从服务器根目录到需要监控的文件夹中间path
"baseDir": "nirvana-workspace",
// hot update 需要watch的文件夹(不包括baseDir)
"watchDirs": "src",
// 入口文件(不包括baseDir)
"indexHTML": "main.html",
// ehu启动端口号(不可与默认的服务器端口号冲突)
"port": 8844
}
cd yourProjectDir
ehu [-p(--port)]
特别说明:启动ehu后,原来的服务完全不受影响,如原来是8848端口,现在仍旧可以正常访问。
cd yourProjectDir
edp webserver start
ehu -n(--noServerCLI)
或者先配置defaultServerCLI为""
ehu
1、web server挂掉如何解决?
FAQs
esl-hot-update: Hot update esl modules when modifed. JS, LESS, tpl, component is all supported!
The npm package ehu receives a total of 3 weekly downloads. As such, ehu popularity was classified as not popular.
We found that ehu 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
PEP 770 proposes adding SBOM support to Python packages to improve transparency and catch hidden non-Python dependencies that security tools oft miss.
Security News
Socket CEO Feross Aboukhadijeh discusses open source security challenges, including zero-day attacks and supply chain risks, on the Cyber Security Council podcast.
Security News
Research
Socket researchers uncover how threat actors weaponize Out-of-Band Application Security Testing (OAST) techniques across the npm, PyPI, and RubyGems ecosystems to exfiltrate sensitive data.