
Security News
Another Round of TEA Protocol Spam Floods npm, But It’s Not a Worm
Recent coverage mislabels the latest TEA protocol spam as a worm. Here’s what’s actually happening.
@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 44 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.

Security News
Recent coverage mislabels the latest TEA protocol spam as a worm. Here’s what’s actually happening.

Security News
PyPI adds Trusted Publishing support for GitLab Self-Managed as adoption reaches 25% of uploads

Research
/Security News
A malicious Chrome extension posing as an Ethereum wallet steals seed phrases by encoding them into Sui transactions, enabling full wallet takeover.