
Security News
Deno 2.6 + Socket: Supply Chain Defense In Your CLI
Deno 2.6 introduces deno audit with a new --socket flag that plugs directly into Socket to bring supply chain security checks into the Deno CLI.
Convert any awesome-list into JSON data.
Requirements:
You can configure the following options:
| name | description | default |
|---|---|---|
| GITHUB_API_KEY | The API key obtained by Github (required) | "" |
| LIST_URL | The URL of the awesome list (should return text) (required) | "" |
| DEST | The filename for the static JSON file | data.json |
| IMAGE_DEST | The folder where you want to save the screenshots | false (don't save the screenshots) |
Either passing them as command-line arguments or exporting them as environment variables or even write them to a config.json file like the following one:
{
"GITHUB_API_KEY": "asnd29n30r2fmnoGREG%§gr3094wfenoi3",
"LIST_URL": "https://raw.githubusercontent.com/wbkd/awesome-d3/master/README.md",
"DEST": "static/data/projects.json",
"IMAGE_DEST": "static/images/"
}
Then you can run:
npx github:wbkd/awesomer
FAQs
Turn your awesome list into an HTTP API
We found that awesomer 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.

Security News
Deno 2.6 introduces deno audit with a new --socket flag that plugs directly into Socket to bring supply chain security checks into the Deno CLI.

Security News
New DoS and source code exposure bugs in React Server Components and Next.js: what’s affected and how to update safely.

Security News
Socket CEO Feross Aboukhadijeh joins Software Engineering Daily to discuss modern software supply chain attacks and rising AI-driven security risks.