
Research
Using Trusted Protocols Against You: Gmail as a C2 Mechanism
Socket uncovers malicious packages on PyPI using Gmail's SMTP protocol for command and control (C2) to exfiltrate data and execute commands.
koa-api-starter
Advanced tools
A CLI to automatically clone the [Koa API Scaffold](https://github.com/itsS4nty/koa-api-scaffold) or the [Koa API Scaffold with TS](https://github.com/itsS4nty/koa-api-scaffold-ts).
A CLI to automatically clone the Koa API Scaffold or the Koa API Scaffold with TS.
npx koa-api-starter [options]
-t, --typescript
: Use TypeScript template. (Default: false
)-d, --directory
: Specify the name of the directory to create.--add-deps
: Provide an array of extra dependencies you want to install. (Default: []
)--add-dev-deps
: Provide an array of extra development dependencies you want to install. (Default: []
)Create a KOA Api in a specified directory:
npx koa-api-starter --directory my-koa-api
Create a KOA Api with TypeScript in a specified directory:
npx koa-api-starter --typescript --directory my-koa-api
Adding Extra Dependencies:
npx koa-api-starter --directory my-koa-api --add-deps mongoose axios
Adding Extra Dev Dependencies
npx koa-api-starter --directory my-koa-api --add-dev-deps @types/mongoose
FAQs
A CLI to automatically clone the [Koa API Scaffold](https://github.com/itsS4nty/koa-api-scaffold) or the [Koa API Scaffold with TS](https://github.com/itsS4nty/koa-api-scaffold-ts).
The npm package koa-api-starter receives a total of 1 weekly downloads. As such, koa-api-starter popularity was classified as not popular.
We found that koa-api-starter 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
Socket uncovers malicious packages on PyPI using Gmail's SMTP protocol for command and control (C2) to exfiltrate data and execute commands.
Product
We redesigned Socket's first logged-in page to display rich and insightful visualizations about your repositories protected against supply chain threats.
Product
Automatically fix and test dependency updates with socket fix—a new CLI tool that turns CVE alerts into safe, automated upgrades.