Socket
Socket
Sign inDemoInstall

tgb

Package Overview
Dependencies
0
Maintainers
1
Versions
24
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.4.2 to 0.4.3

examples/webhook.js

2

package.json
{
"name": "tgb",
"version": "0.4.2",
"version": "0.4.3",
"description": "The best choice for your Telegram Bots",

@@ -5,0 +5,0 @@ "homepage": "https://666.io",

@@ -127,3 +127,3 @@ //-----------------------------------------------------

if(!u.port) {
u.port = this.port || 88;
u.port = 443;
}

@@ -150,3 +150,6 @@

})
.catch(reject);
.catch(function(error) {
error.url = options.url;
reject(error);
});
});

@@ -153,0 +156,0 @@ },

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