
Research
Security News
Lazarus Strikes npm Again with New Wave of Malicious Packages
The Socket Research Team has discovered six new malicious npm packages linked to North Korea’s Lazarus Group, designed to steal credentials and deploy backdoors.
@grammyjs/create-grammy
Advanced tools
Fast and simple command line tool to setup the needed files to quickly create Telegram bots powered by the grammY bot framework. This tool allows you to create projects from several templates, maintained by both official team and third-party users.
Here is a preview of the tool: https://asciinema.org/a/504541
TODO: Release executables
Install using Go.
go install github.com/grammyjs/create-grammy@latest
After installation, run gmy command to use the tool. You can provide a project name as the first argument.
Open a pull request by adding your own templates to the templates.json file. There are currently three platforms that you can add templates to: Deno, Node.js, and other templates.
Each template should contain the following fields:
name
— Name to be shown in the templates list in CLI. Recommended to use
"owner/repository" as the name if it's a repository.type
— repository or subfolder. If your template is an entire
repository, use repository
as type, or if it is a subfolder in a repository
use subfolder
as the type.owner
— GitHub repository owner.repository
— GitHub repository name.docker_prompt
— Should the CLI prompt the user to add
default docker files.tsconfig_prompt
— Should the CLI prompt the user to add the default
tsconfig.json file.You also need to add the following fields according to your template:
branch
— Primary repository branch name. Try your best to keep that branch
up-to-date.path
— Path to the subfolder where the template is located at.cache_file
— When the user chose to cache dependencies, deno cache
command
will get executed for the specified file. Point to deps.ts, or the entry point
of the template.FAQs
Scaffold grammY projects in minute
The npm package @grammyjs/create-grammy receives a total of 31 weekly downloads. As such, @grammyjs/create-grammy popularity was classified as not popular.
We found that @grammyjs/create-grammy demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 2 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
Security News
The Socket Research Team has discovered six new malicious npm packages linked to North Korea’s Lazarus Group, designed to steal credentials and deploy backdoors.
Security News
Socket CEO Feross Aboukhadijeh discusses the open web, open source security, and how Socket tackles software supply chain attacks on The Pair Program podcast.
Security News
Opengrep continues building momentum with the alpha release of its Playground tool, demonstrating the project's rapid evolution just two months after its initial launch.