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.1 to 0.5.2

2

dist/telegram/index.js

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

return new Promise(resolve => {
this.getUpdates({ offset: this.pollingOffset })
this.getUpdates({ offset: this.pollingOffset, timeout: 25 })
.then(response => {

@@ -176,0 +176,0 @@ if (response.length) {

{
"name": "@apidog/multibot-sdk-ts",
"version": "0.5.1",
"version": "0.5.2",
"description": "Telegram and VK bot SDK for TypeScript",

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

"@types/jest": "26.0.23",
"@types/node": "15.12.4",
"@types/node": "15.12.5",
"@types/node-fetch": "2.5.10",
"@typescript-eslint/eslint-plugin": "4.27.0",
"@typescript-eslint/parser": "4.27.0",
"@typescript-eslint/eslint-plugin": "4.28.1",
"@typescript-eslint/parser": "4.28.1",
"airbnb-style": "2.0.0",

@@ -42,3 +42,3 @@ "dotenv": "10.0.0",

"eslint-plugin-import": "2.23.4",
"jest": "27.0.4",
"jest": "27.0.6",
"ts-jest": "27.0.3",

@@ -45,0 +45,0 @@ "typescript": "4.3.4"

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