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

remottxrea

Package Overview
Dependencies
Maintainers
1
Versions
32
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

remottxrea - npm Package Compare versions

Comparing version
1.0.96
to
1.0.97
+1
-1
PKG-INFO
Metadata-Version: 2.4
Name: remottxrea
Version: 1.0.96
Version: 1.0.97
Summary: Remote client framework for Telegram automation using Pyrogram

@@ -5,0 +5,0 @@ Home-page: https://github.com/MohammadAhmadi-R/remottxrea

@@ -7,3 +7,3 @@ [build-system]

name = "remottxrea"
version = "1.0.96"
version = "1.0.97"
description = "Remote client framework for Telegram automation using Pyrogram"

@@ -10,0 +10,0 @@ readme = "README.md"

Metadata-Version: 2.4
Name: remottxrea
Version: 1.0.96
Version: 1.0.97
Summary: Remote client framework for Telegram automation using Pyrogram

@@ -5,0 +5,0 @@ Home-page: https://github.com/MohammadAhmadi-R/remottxrea

@@ -8,3 +8,3 @@ from setuptools import setup, find_packages

name="remottxrea",
version="1.0.96",
version="1.0.97",
author="MrAhmadiRad",

@@ -11,0 +11,0 @@ author_email="mohammadahmadirad69@gmail.com",

@@ -33,4 +33,3 @@ # remottxrea/bot/main_bot.py

api_id=main_config.API_ID,
api_hash=main_config.API_HASH,
workers=1 # جلوگیری از race
api_hash=main_config.API_HASH,
)

@@ -37,0 +36,0 @@