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

@apidog/multibot-sdk-ts

Package Overview
Dependencies
Maintainers
1
Versions
28
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@apidog/multibot-sdk-ts - npm Package Compare versions

Comparing version 0.5.3 to 0.5.4

5

dist/telegram/index.js

@@ -173,3 +173,3 @@ "use strict";

this.poll = () => __awaiter(this, void 0, void 0, function* () {
return new Promise(resolve => {
return new Promise((resolve, reject) => {
this.getUpdates({ offset: this.pollingOffset, timeout: 25 })

@@ -182,3 +182,4 @@ .then(response => {

response.forEach(this.handleUpdate);
});
})
.catch(reject);
});

@@ -185,0 +186,0 @@ });

2

package.json
{
"name": "@apidog/multibot-sdk-ts",
"version": "0.5.3",
"version": "0.5.4",
"description": "Telegram and VK bot SDK for TypeScript",

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

Sorry, the diff of this file is not supported yet

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