
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.
do-ddd
is a command-line tool designed to automate domain driven design abstractions on code. It generates scaffolding for your DDD-based Node.js projects. It can -
You can install do-ddd globally using npm:
npm install -g do-ddd
Once installed, you can use the do-ddd
command to generate the necessary files. Here's how it works:
I[SomethingSomething]Request.ts
I[SomethingSomething]Response.ts
IAuthenticationRequest.ts
export const IAuthenticationRequest = {userEmail: String, password: String}
IAuthenticationResponse.ts
export const IAuthenticationResponse = {authCode: String}
do-ddd generate
This will create:
[SomethingSomething]UseCase.ts
[SomethingSomething]Controller.ts
To contribute or modify the project, you can clone the repository and install the dependencies:
git clone https://github.com/josharsh/do-ddd.git
cd do-ddd
npm install
Build the project:
npm run build
Link the project for local testing:
npm run link
This project is licensed under the ISC License. See the LICENSE file for details.
FAQs
Automates some of the Domain Driven Design pieces for faster development
The npm package do-ddd receives a total of 1 weekly downloads. As such, do-ddd popularity was classified as not popular.
We found that do-ddd 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.
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.