Product
Socket Now Supports uv.lock Files
Socket now supports uv.lock files to ensure consistent, secure dependency resolution for Python projects and enhance supply chain security.
@finclip/blender-compile-m
Advanced tools
需要在项目根目录创建一个 dev-config.json
文件添加以下代码
{
"appConfig": "/xxx/your-project" //需要编译的代码包路径
}
在项目根目录创建一个文件夹 .cache
用于做文件的缓存
执行 npm run dev
执行 node testbuild.js
修改 /packages/preview-sdk/main/lib/blender-builder.js
builder = require(process.env.BUILDER_PATH)
// 替换成
builder = require('编译库的路径')
0.7.3
,如果要更新版本,需要同步更新 /src/vendor/source-map/mappings.wasm
这个文件,如果没更新,有可能会造成打包后的 sourcemap 无法正常使用。生成 uml 依赖图,检查依赖
FAQs
需要在项目根目录创建一个 `dev-config.json` 文件添加以下代码
We found that @finclip/blender-compile-m demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 0 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.
Product
Socket now supports uv.lock files to ensure consistent, secure dependency resolution for Python projects and enhance supply chain security.
Research
Security News
Socket researchers have discovered multiple malicious npm packages targeting Solana private keys, abusing Gmail to exfiltrate the data and drain Solana wallets.
Security News
PEP 770 proposes adding SBOM support to Python packages to improve transparency and catch hidden non-Python dependencies that security tools often miss.