
Security News
The Hidden Blast Radius of the Axios Compromise
The Axios compromise shows how time-dependent dependency resolution makes exposure harder to detect and contain.
@rapid-lang/compiler
Advanced tools
Compiles `RAPID` sources to [WebAssembly](https://webassembly.org/) `wasm` binary module file. It can dynamically create and output sourcemaps for debugging.
Compiles RAPID sources to WebAssembly wasm binary module file. It can dynamically create and output sourcemaps for debugging.
npm i @rapid-lang/compiler -g
Commands:
rapid-compiler source Path to source file to be compiled
Options:
-o, --output Path to result file to be saved [string] [required]
-h, --help Show help [boolean]
-v, --version Show version number [boolean]
-s, --sourceMaps Generate sourceMaps for debugging [boolean]
-t, --textFormat Generate WebAssembly Text Format (wat) file [string]
-p, --port Sourcemaps default port [number]
Example:
rapid-compiler dummy/test.rapid -o dummy/test.wasm -s
Full documentation is available on https://rapid-lang.org page.
Run yarn debug with parameters to watch, compile and debug files, for example:
yarn debug dummy/test.rapid -o dummy/test.wasm -s
Follow Github Flow and Conventional Commits via yarn commit command. Do linting with yarn lint and build project with yarn build.
See CHANGELOG file for list of recent changes.
See LICENSE file for more information.
FAQs
Compiles `RAPID` sources to [WebAssembly](https://webassembly.org/) `wasm` binary module file. It can dynamically create and output sourcemaps for debugging.
We found that @rapid-lang/compiler 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
The Axios compromise shows how time-dependent dependency resolution makes exposure harder to detect and contain.

Research
A supply chain attack on Axios introduced a malicious dependency, plain-crypto-js@4.2.1, published minutes earlier and absent from the project’s GitHub releases.

Research
Malicious versions of the Telnyx Python SDK on PyPI delivered credential-stealing malware via a multi-stage supply chain attack.