
Research
Malicious npm Packages Impersonate Flashbots SDKs, Targeting Ethereum Wallet Credentials
Four npm packages disguised as cryptographic tools steal developer credentials and send them to attacker-controlled Telegram infrastructure.
An ultra-fast tsc
-like compiler built on top of oxc.
🚧 Under Construction
Both Oxbuild and oxc are actively under construction and are not yet suitable for production use. If you find a bug in either project, we would love for you to open an issue on GitHub!
.d.ts
files for TypeScript projects that use
isolatedDeclarations
You can install oxbuild
from npm.
npm install -g oxbuild
Or from crates.io.
# using cargo-binstall (recommended)
cargo binstall oxbuild
# or using cargo
cargo install oxbuild
Or, build it from source
git clone git@github.com:DonIsaac/oxbuild.git
cd oxbuild
cargo build --release --bin oxbuild
cp target/release/oxbuild /usr/local/bin
Assuming you are in your project's root directory and your source code is all in
./src
, you can compile your project to ./dist
by running:
oxbuild
If oxbuild
is behaving in an unexpected way, please run it with debug logs and
create a new issue on GitHub.
RUST_LOG=debug oxbuild
Oxbuild will respect rootDir
and outDir
settings in your tsconfig.json
.
It will look for a tsconfig.json
file next to the nearest package.json
file
by default. If you want to specfiy a different tsconfig.json
file, you can do
oxbuild --tsconfig path/to/tsconfig.json
To generate .d.ts
files, your project must have
isolatedDeclarations
enabled. After that, .d.ts
files will be automatically emitted on each build.
FAQs
Ultra-fast typescript compiler
The npm package oxbuild receives a total of 0 weekly downloads. As such, oxbuild popularity was classified as not popular.
We found that oxbuild 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.
Research
Four npm packages disguised as cryptographic tools steal developer credentials and send them to attacker-controlled Telegram infrastructure.
Security News
Ruby maintainers from Bundler and rbenv teams are building rv to bring Python uv's speed and unified tooling approach to Ruby development.
Security News
Following last week’s supply chain attack, Nx published findings on the GitHub Actions exploit and moved npm publishing to Trusted Publishers.