Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

node-telegram-bot-api

Package Overview
Dependencies
Maintainers
1
Versions
64
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

node-telegram-bot-api - npm Package Compare versions

Comparing version 0.8.1 to 0.8.2

20

package.json
{
"name": "node-telegram-bot-api",
"version": "0.8.1",
"version": "0.8.2",
"description": "Telegram Bot API",

@@ -53,11 +53,2 @@ "main": "index.js",

{
"name": "Yago",
"email": "yago@yago.me",
"url": "https://github.com/yagop",
"contributions": 52,
"additions": 1195,
"deletions": 169,
"hireable": true
},
{
"name": "Ilias Ismanalijev",

@@ -70,4 +61,13 @@ "email": "hello@illyism.com",

"hireable": true
},
{
"name": "Yago",
"email": "yago@yago.me",
"url": "https://github.com/yagop",
"contributions": 57,
"additions": 1235,
"deletions": 188,
"hireable": true
}
]
}

@@ -114,2 +114,6 @@ var EventEmitter = require('events').EventEmitter;

self._polling(timeout);
}).catch(function (err) {
// console.error(err);
// Wait for 2 seconds before retry
setTimeout(self._polling.bind(self), 2000, timeout);
});

@@ -116,0 +120,0 @@ };

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