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

disunity

Package Overview
Dependencies
Maintainers
2
Versions
30
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

disunity - npm Package Compare versions

Comparing version
0.1.12
to
0.1.13
+1
-1
PKG-INFO
Metadata-Version: 2.1
Name: disunity
Version: 0.1.12
Version: 0.1.13
Summary: Python framework for Discord interactions using a web server

@@ -5,0 +5,0 @@ Author: Tadeo Murillo,

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

name = "disunity"
version = "0.1.12"
version = "0.1.13"
authors = [

@@ -16,0 +16,0 @@ {name="Tadeo Murillo"},

Metadata-Version: 2.1
Name: disunity
Version: 0.1.12
Version: 0.1.13
Summary: Python framework for Discord interactions using a web server

@@ -5,0 +5,0 @@ Author: Tadeo Murillo,

@@ -63,2 +63,5 @@ import asyncio

return self.__packages.get(package_name, None)
def get_package_names(self) -> list[str]:
return list(self.__packages.keys())

@@ -65,0 +68,0 @@ def error_handler(self, exc: Exception):