Socket
Socket
Sign inDemoInstall

rss-o-bot-telegram

Package Overview
Dependencies
10
Maintainers
1
Versions
6
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.2.0 to 1.0.0-rc.0

.babelrc

2

dist/cli.js

@@ -5,3 +5,3 @@ #!/usr/bin/env node

var Tg = require('tg-yarl');
var Rx = require('rx');
var Rx = require('rxjs/Rx');
var O = Rx.Observable;

@@ -8,0 +8,0 @@ var rssOBot = require('rss-o-bot');

'use strict';
var Tg = require('tg-yarl');
var Rx = require('rx');
var Rx = require('rxjs/Rx');

@@ -6,0 +6,0 @@ module.exports = function telegram(config) {

{
"name": "rss-o-bot-telegram",
"version": "0.2.0",
"version": "1.0.0-rc.0",
"description": "A Telegram notifier for RSS-o-Bot",

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

"scripts": {
"build": "babel --presets babel-preset-es2015 src --out-dir dist",
"build": "babel src --out-dir dist",
"watch-build": "watch 'npm run build -- --source-maps' src",
"test": "echo \"Error: no test specified\" && exit 1"
"test": "echo \"Error: no test specified\" && exit 1",
"prepublish": "npm run build"
},

@@ -18,9 +19,10 @@ "keywords": [

"dependencies": {
"rx": "^4.1.0",
"rxjs": "^5.0.0-beta.12",
"tg-yarl": "^1.2.0"
},
"devDependencies": {
"babel-core": "^6.9.1",
"babel-cli": "^6.14.0",
"babel-core": "^6.14.0",
"babel-preset-es2015": "^6.9.0",
"watch": "^0.18.0"
"watch": "^0.19.2"
},

@@ -27,0 +29,0 @@ "peerDependencies": {

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