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.2 to 0.5.3

3

dist/telegram/index.js

@@ -38,2 +38,3 @@ "use strict";

const form = this.createFormDataFromParams(params);
const timeout = apiMethod === 'getUpdates' ? 30000 : 5000;
const request = yield node_fetch_1.default(url, {

@@ -43,3 +44,3 @@ method: 'POST',

headers: form.getHeaders(),
timeout: 5000,
timeout,
});

@@ -46,0 +47,0 @@ const data = yield request.json();

{
"name": "@apidog/multibot-sdk-ts",
"version": "0.5.2",
"version": "0.5.3",
"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