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.13
to
0.1.14
+1
-1
PKG-INFO
Metadata-Version: 2.1
Name: disunity
Version: 0.1.13
Version: 0.1.14
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.13"
version = "0.1.14"
authors = [

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

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

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

@@ -182,3 +182,5 @@ import asyncio

setup(self)
self.__packages[type(package).__name__] = package
class_name = package.__name__.split('.')[-1]
self.__packages[class_name] = package

@@ -185,0 +187,0 @@ def register_package(self, package_class):