New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

rss-telegram-bot

Package Overview
Dependencies
Maintainers
1
Versions
41
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

rss-telegram-bot - npm Package Compare versions

Comparing version 1.5.1 to 1.5.2

3

index.js

@@ -176,3 +176,4 @@ const { getRSSHubLink } = require('./rsshub');

const msgId = msg.message_id;
bot.sendMessage(chatId, 'pong! Please select a category to start your subscribing', {
const urls = await db.getAllUrl();
bot.sendMessage(chatId, `pong! I have saved ${urls.length} urls.\nPlease select a category to start your subscribing`, {
reply_to_message_id: msgId,

@@ -179,0 +180,0 @@ reply_markup: {

{
"name": "rss-telegram-bot",
"version": "1.5.1",
"version": "1.5.2",
"description": "RSSBot 是一个能帮你订阅 RSSHub 的 Telegram Bot",

@@ -5,0 +5,0 @@ "main": "index.js",

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc