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

codingnow

Package Overview
Dependencies
Maintainers
1
Versions
51
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

codingnow - pypi Package Compare versions

Comparing version
0.1.49
to
0.1.50
+1
-1
codingnow.egg-info/PKG-INFO
Metadata-Version: 2.1
Name: codingnow
Version: 0.1.49
Version: 0.1.50
Summary: A simple example Python package

@@ -5,0 +5,0 @@ Home-page: https://github.com/cflab2017/codingnow_py

@@ -100,2 +100,6 @@ import random

return self.current_operation
print("\033[33m",end='')
print(f" END",end='')
print("\033[0m")
return 'END'

@@ -102,0 +106,0 @@

@@ -105,2 +105,6 @@ import random

return self.current_operation
print("\033[33m",end='')
print(f" END",end='')
print("\033[0m")
return 'END'

@@ -107,0 +111,0 @@

Metadata-Version: 2.1
Name: codingnow
Version: 0.1.49
Version: 0.1.50
Summary: A simple example Python package

@@ -5,0 +5,0 @@ Home-page: https://github.com/cflab2017/codingnow_py

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

name='codingnow',
version='0.1.49',
version='0.1.50',
author='codingnow',

@@ -8,0 +8,0 @@ author_email='codingnow@naver.com',