New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details →
Socket
Book a DemoSign in
Socket

@node-elion/builder-rust-plugin

Package Overview
Dependencies
Maintainers
1
Versions
15
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@node-elion/builder-rust-plugin

Rust (WebAssembly) support for projects, that based on @node-elion/builder

latest
Source
npmnpm
Version
3.0.4
Version published
Maintainers
1
Created
Source

MIT License View this project on NPM View this project on NPM Known Vulnerabilities Quality Gate Status

@node-elion/builder-rust-plugin

Rust (WebAssembly) support for projects, that based on @node-elion/builder

this package is part of the Elion project.

This package is a plugin and adds the ability to use .rs files in a project that is based on @node-elion/builder library.

Installation

Install @node-elion/builder-rust-plugin with npm

This package is recommended to be installed as a dev dependency

npm i --save-dev @node-elion/builder-rust-plugin

Usage

Update start and build commands to be able to use @node-elion/builder-rust-plugin package:

/* package.json */
{
    /*...*/
    "scripts": {
        "start": "ebi start -p @node-elion/builder-rust-plugin",
        "build": "ebi build -p @node-elion/builder-rust-plugin"
    }
    /*...*/
}

Plugin configuration

parametertypedefaultdescription
logLevelstringquietLog Level (verbose, info, warn, error, quiet)

Contributing

Contributions are always welcome!

See CONTRIBUTING.md for ways to get started.

Acknowledgements

License

MIT

FAQs

Package last updated on 15 Dec 2025

Did you know?

Socket

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.

Install

Related posts