Socket
Socket
Sign inDemoInstall

rss-o-bot-telegram

Package Overview
Dependencies
9
Maintainers
1
Versions
6
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.1.1 to 0.1.2

4

dist/index.js

@@ -8,7 +8,7 @@ 'use strict';

var tg = Tg(config['telegram-api-token']);
return function (subject, message) {
return function (subject, url, title) {
return Rx.Observable.forkJoin(config['telegram-recipients'].map(function (r) {
return Rx.Observable.fromPromise(tg.sendMessage(r, subject + ' \n' + message));
return Rx.Observable.fromPromise(tg.sendMessage(r, subject + ' \n' + title + ': ' + url));
}));
};
};
{
"name": "rss-o-bot-telegram",
"version": "0.1.1",
"version": "0.1.2",
"description": "A Telegram notifier for RSS-o-Bot",

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

SocketSocket SOC 2 Logo

Product

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

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc