New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details
Socket
Book a DemoSign in
Socket

printeffect

Package Overview
Dependencies
Maintainers
1
Versions
11
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

printeffect - pypi Package Compare versions

Comparing version
0.0.2
to
0.0.3
+1
-1
PKG-INFO
Metadata-Version: 2.1
Name: printeffect
Version: 0.0.2
Version: 0.0.3
Summary: A print effect

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

Metadata-Version: 2.1
Name: printeffect
Version: 0.0.2
Version: 0.0.3
Summary: A print effect

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

import time, sys
def printe(testo, intervallo):
def printeffect(testo, intervallo):
for carattere in testo:

@@ -8,3 +8,3 @@ sys.stdout.write(carattere)

print()
def inpute(testo, intervallo):
def inputeffect(testo, intervallo):
for carattere in testo:

@@ -11,0 +11,0 @@ sys.stdout.write(carattere)

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

VERSION = '0.0.2'
VERSION = '0.0.3'
DESCRIPTION = 'A print effect'

@@ -8,0 +8,0 @@