
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.
@grammyjs/storage-psql
Advanced tools
Storage adapter that can be used to store your session data in PostgreSQL when using sessions.
Node
npm install @grammyjs/storage-psql pg --save
Deno
import { PsqlAdapter } from "https://deno.land/x/grammy_storages/psql/src/mod.ts";
import { Client } from "https://deno.land/x/postgres@v0.19.2/mod.ts";
You can check examples folder
import { createClient } from "@vercel/postgres";
import { PsqlAdapter } from "@grammyjs/storage-psql";
const client = createClient();
await client.connect();
bot.use(
session({
storage: await PsqlAdapter.create({ tableName: 'sessions', client }),
})
);
2.5.1 (2025-02-27)
Note: Version bump only for package @grammyjs/storages
FAQs
PSQL storage for grammY library.
The npm package @grammyjs/storage-psql receives a total of 52 weekly downloads. As such, @grammyjs/storage-psql popularity was classified as not popular.
We found that @grammyjs/storage-psql demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 0 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
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.