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

python-stopwatch

Package Overview
Dependencies
Maintainers
1
Versions
18
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

python-stopwatch - pypi Package Compare versions

Comparing version
1.1.4
to
1.1.5
+1
-1
PKG-INFO
Metadata-Version: 2.1
Name: python-stopwatch
Version: 1.1.4
Version: 1.1.5
Summary: A simple stopwatch for measuring code performance

@@ -5,0 +5,0 @@ Home-page: https://github.com/jonghwanhyeon/python-stopwatch

Metadata-Version: 2.1
Name: python-stopwatch
Version: 1.1.4
Version: 1.1.5
Summary: A simple stopwatch for measuring code performance

@@ -5,0 +5,0 @@ Home-page: https://github.com/jonghwanhyeon/python-stopwatch

from stopwatch.contextmanagers import profile, stopwatch
from stopwatch.stopwatch import Stopwatch
__version__ = "1.1.4"
__version__ = "1.1.5"

@@ -20,3 +20,3 @@ from typing import Optional

"[bold][magenta]{elapsed}[/magenta][/bold]"
" {message}"
"{message}"
),

@@ -23,0 +23,0 @@ logger: Optional[SupportsInfo] = None,