
Security News
Axios Maintainer Confirms Social Engineering Attack Behind npm Compromise
Axios compromise traced to social engineering, showing how attacks on maintainers can bypass controls and expose the broader software supply chain.
@node-elion/builder
Advanced tools
This package is part of the Elion project.
This package was created to be able quickly and painlessly build js/ts files while ignoring problems
with commonJS/ESM modules. To get started, you just need to install this package and change the project's build
configuration
Install @node-elion/builder with npm
This package is recommended to be installed as a dev dependency
npm i --save-dev @node-elion/builder
Update package.json to be able to use @node-elion/builder package:
/* package.json */
{
/*...*/
"scripts": {
"start": "ebi start",
"build": "ebi build"
}
/*...*/
}
ebi start| parameter | alias | type | default | description |
|---|---|---|---|---|
--entry | -e | string | src/index.js | sets entry to your application. This is usually the root file, in which all necessary processes are imported and run. |
--assets-folder | -a | string | src/assets | files (like.tf or .json etc.) that should be stored in raw format |
--plugin | -p | string[] | [] | Builder plugins |
--plugin-config | -l | string[] | [] | Plugin config |
--plugins-config-file | -c | string | Plugin config file (should be .json format) | |
--debug | -d | boolean | false | pass Inspect argument (--inspect) to started process |
--build-folder | -b | string | ./.devbuild | Folder, where built files will be stored (you can use tmp for in order to use the temporary folder of your device) |
ebi build| parameter | alias | type | default | description |
|---|---|---|---|---|
--entry | -e | string | src/index.js | sets entry to your application. This is usually the root file, in which all necessary processes are imported and run. |
--assets-folder | -a | string | src/assets | files (like.tf or .json etc.) that should be stored in raw format |
--plugin | -p | string[] | [] | Builder plugins |
--plugin-config | -l | string[] | [] | Plugin config |
--plugins-config-file | -c | string | Plugin config file (should be .json format) | |
--build-folder | -b | string | ./build | Folder, where built files will be stored |
--keep-classnames | boolean | false | Keep classnames in production build |
Check the examples folder for a better understanding of how the loader works
Contributions are always welcome!
See CONTRIBUTING.md for ways to get started.
FAQs
Super scalable enterprise Node.js server library
We found that @node-elion/builder 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.

Security News
Axios compromise traced to social engineering, showing how attacks on maintainers can bypass controls and expose the broader software supply chain.

Security News
Node.js has paused its bug bounty program after funding ended, removing payouts for vulnerability reports but keeping its security process unchanged.

Security News
The Axios compromise shows how time-dependent dependency resolution makes exposure harder to detect and contain.