
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.
waw is a minimalistic Node.js framework that serves as a foundation for building various types of projects. The core framework itself contains almost no code—its functionality is driven entirely by the modules you choose to include, making it highly flexi
waw is a minimalistic Node.js framework that serves as a foundation for building various types of projects. The core framework itself contains almost no code—its functionality is driven entirely by the modules you choose to include, making it highly flexible and adaptable to different use cases.
By default, waw uses the following technologies for back-end development:
However, waw is designed to be flexible, and you can integrate any other back-end technologies or databases by writing custom modules.
Ensure you have Node.js installed, then install waw globally:
npm install -g waw
Check if waw is installed correctly by running:
waw version
To initialize a new project, use the command:
waw new project-name
Run the project using:
waw
For production environments, use PM2:
waw start
To fetch modules from GitHub based on their repository link in the module.json
file, use:
waw sync
To ensure you're using the latest version of waw and its modules, update it with:
waw update
waw supports two types of modules:
waw comes with some foundational modules that provide essential functionality for different types of projects. These default modules help streamline development, but they are not mandatory—developers can choose to use different modules or create their own based on project requirements. You are not restricted to these modules and can swap them for other technologies depending on the needs of your project.
waw also provides CLI tools for generating back-end projects and modules:
For front-end integrations, waw provides dedicated CLI modules:
We welcome contributions! Whether it's improving the waw framework or enhancing any of our public modules, your help is greatly appreciated. Feel free to fork the repository, submit issues, or create pull requests. If you have an idea for a new module, we'd love to see it!
waw is open-source and available under the MIT License.
FAQs
waw is a minimalistic Node.js framework that serves as a foundation for building various types of projects. The core framework itself contains almost no code—its functionality is driven entirely by the modules you choose to include, making it highly flexi
The npm package waw receives a total of 177 weekly downloads. As such, waw popularity was classified as not popular.
We found that waw 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.
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.