Latest Threat Research:SANDWORM_MODE: Shai-Hulud-Style npm Worm Hijacks CI Workflows and Poisons AI Toolchains.Details
Socket
Book a DemoInstallSign in
Socket

tgbot

Package Overview
Dependencies
Maintainers
1
Versions
82
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

tgbot - npm Package Compare versions

Comparing version
1.0.dev26
to
1.0.dev27
+1
-1
PKG-INFO
Metadata-Version: 1.1
Name: tgbot
Version: 1.0.dev26
Version: 1.0.dev27
Summary: Framework to build a Telegram Bot based on a UWSGI Server

@@ -5,0 +5,0 @@ Home-page: https://github.com/T-Eberle/tgbot/

@@ -8,5 +8,5 @@ [metadata]

[egg_info]
tag_build = .dev26
tag_build = .dev27
tag_date = 0
tag_svn_revision = 0
Metadata-Version: 1.1
Name: tgbot
Version: 1.0.dev26
Version: 1.0.dev27
Summary: Framework to build a Telegram Bot based on a UWSGI Server

@@ -5,0 +5,0 @@ Home-page: https://github.com/T-Eberle/tgbot/

@@ -23,3 +23,3 @@ #!/usr/bin/env python

def parseconversation(message,args,conversationcommand):
def parseconversation(message,conversationcommand,args):
parsemethods(message,conversationcommand,args)

@@ -26,0 +26,0 @@