
Security News
Risky Biz Podcast: Making Reachability Analysis Work in Real-World Codebases
This episode explores the hard problem of reachability analysis, from static analysis limits to handling dynamic languages and massive dependency trees.
@citizenfx/node-rebuild
Advanced tools
Modified Electron rebuild package to rebuild native node modules against the currently installed FXServer.
This package is based on electron-rebuild.
This executable is rebuilding the native NodeJS modules you are using inside your FXServer resource against the NodeJS version that is used by the FXServer.
Install the @citizenfx/node-rebuild as a dev dependency with --save-dev
:
npm install --save-dev @citizenfx/node-rebuild
Then, whenever you install a new package inside your FXServer resource, rerun node-rebuild:
$(npm bin)/node-rebuild
Or if you're on Windows:
.\node_modules\.bin\node-rebuild.cmd
The same works inside a script in your package.json
:
"scripts": {
"rebuild": "node-rebuild -f"
}
and then
npm run rebuild
Node v22.6.0 or higher is required. Building native modules from source uses
node-gyp
, refer to the link for its
installation/runtime requirements.
The node-rebuild can be manually adjusted to rebuild against the NodeJS version that is required by providing the version as a cli argument.
node-rebuild --nodeVersion 22.6.0
FAQs
Modified Electron rebuild package to rebuild native node modules against the currently installed FXServer.
The npm package @citizenfx/node-rebuild receives a total of 1 weekly downloads. As such, @citizenfx/node-rebuild popularity was classified as not popular.
We found that @citizenfx/node-rebuild 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.
Security News
This episode explores the hard problem of reachability analysis, from static analysis limits to handling dynamic languages and massive dependency trees.
Security News
/Research
Malicious Nx npm versions stole secrets and wallet info using AI CLI tools; Socket’s AI scanner detected the supply chain attack and flagged the malware.
Security News
CISA’s 2025 draft SBOM guidance adds new fields like hashes, licenses, and tool metadata to make software inventories more actionable.