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.1
to
1.3.2
+1
-1
Alexsecdemo.egg-info/PKG-INFO
Metadata-Version: 2.1
Name: Alexsecdemo
Version: 1.3.1
Version: 1.3.2
Summary: A sample Python project, do not download it!

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

@@ -6,3 +6,2 @@ Alexsecdemoraw.py

Alexsecdemo.egg-info/dependency_links.txt
Alexsecdemo.egg-info/requires.txt
Alexsecdemo.egg-info/top_level.txt

@@ -9,0 +8,0 @@ mymod1/__init__.py

Metadata-Version: 2.1
Name: Alexsecdemo
Version: 1.3.1
Version: 1.3.2
Summary: A sample Python project, do not download it!

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

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

name='Alexsecdemo', #package name
version='1.3.1',
version='1.3.2',
description='A sample Python project, do not download it!',

@@ -25,5 +25,5 @@ author='Alex',

author_email='zhuzhuzhuzai@gmail.com',
install_requires=[
"Bfixsecdemo==1.1.1",
],
# install_requires=[
# "Bfixsecdemo==1.0.1",
# ],
)