
Research
/Security News
DuckDB npm Account Compromised in Continuing Supply Chain Attack
Ongoing npm supply chain attack spreads to DuckDB: multiple packages compromised with the same wallet-drainer malware.
🚧 DEVELOPMENT!
Development is in full swing, wait for the results.
• From NPM:
npm install telestatic@latest
• From YARN:
yarn add telestatic@latest
• Welcome UserBot
const { Telestatic } = require('telestatic'); // importing module
/* or
import { Telestatic } from 'telestatic';
*/
const bot = new Telestatic({
apiHash: 'paste here', // get it from my.telegram.org
apiId: 1234, // get it from my.telegram.org
// botToken : 'token' /* if you need a Bot, paste bot token from @BotFather */
});
bot.run(); // running client.
bot.hears('hi', (ctx) => {
ctx.reply('Ohh, hello!');
});
All documentation on methods, requests, and additional information is on the TELESTATIC.
This information is distributed for informational purposes. We are not trying to offend anyone. For more information go to the file LICENSE.
FAQs
Telegram MTProto framework for NodeJS
We found that telestatic 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
/Security News
Ongoing npm supply chain attack spreads to DuckDB: multiple packages compromised with the same wallet-drainer malware.
Security News
The MCP Steering Committee has launched the official MCP Registry in preview, a central hub for discovering and publishing MCP servers.
Product
Socket’s new Pull Request Stories give security teams clear visibility into dependency risks and outcomes across scanned pull requests.