
Research
Two Malicious Rust Crates Impersonate Popular Logger to Steal Wallet Keys
Socket uncovers malicious Rust crates impersonating fast_log to steal Solana and Ethereum wallet keys from source code.
Antonium is a powerful and intuitive programming language designed for modern web development. It leverages the strengths of JavaScript while introducing unique features that simplify development tasks and enhance readability
Antonium is a powerful and intuitive programming language designed for modern web development. It leverages the strengths of JavaScript while introducing unique features that simplify development tasks and enhance readability.
Antonium is an emerging programming language that offers a refreshing alternative to traditional JavaScript. Its focus on simplicity, readability, and developer productivity makes it a compelling choice for building modern web applications.
npm i -g antonium@latest
amc init
amc run
let i = 0; // immutable
i = 1 // this will give error
mut number = 0; // mutable
number = 1 // successful
print("Hello, world!");
print.info("This is a info");
print.warn("Warning!");
print.error("Error")
fn main() {
print("hello, world!");
}
main();
async fn main2() {
<load { nextchat } from "enplex.js">
let resp = await nextchat.ask("hello!", { model: "gpt4o" });
print(resp);
}
main2();
(() => {
print("hello, world!");
})();
// modules should be in async functions
async fn main() {
<load { nextchat } from "enplex.js"> // import npm packages
<load axios from "axios"> // import npm packages
<include> fs; // importing built-in module as
}
main();
For more detailed usage and advanced features and support, consider joining our discord server.
lisenced under Apache v2
FAQs
Antonium is a powerful and intuitive programming language designed for modern web development. It leverages the strengths of JavaScript while introducing unique features that simplify development tasks and enhance readability
The npm package antonium receives a total of 0 weekly downloads. As such, antonium popularity was classified as not popular.
We found that antonium 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
Socket uncovers malicious Rust crates impersonating fast_log to steal Solana and Ethereum wallet keys from source code.
Research
A malicious package uses a QR code as steganography in an innovative technique.
Research
/Security News
Socket identified 80 fake candidates targeting engineering roles, including suspected North Korean operators, exposing the new reality of hiring as a security function.