Latest Threat Research:SANDWORM_MODE: Shai-Hulud-Style npm Worm Hijacks CI Workflows and Poisons AI Toolchains.Details
Socket
Book a DemoInstallSign in
Socket

lager

Package Overview
Dependencies
Maintainers
3
Versions
30
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

lager - npm Package Compare versions

Comparing version
0.18.1
to
0.18.2
+1
-1
lager/__about__.py

@@ -10,2 +10,2 @@ # -*- coding: utf-8 -*-

__pkgroot__ = __file__.replace("__about__.py", "").rstrip("/\\")
__version__ = "0.18.1"
__version__ = "0.18.2"
Metadata-Version: 2.1
Name: lager
Version: 0.18.1
Version: 0.18.2
Summary: EZ-PZ logging based on loguru

@@ -24,2 +24,3 @@ Home-page: https://github.com/dynamic-graphics-inc/dgpy-libs/tree/main/libs/lager

Requires-Dist: loguru (>=0.7.0)
Requires-Dist: typing-extensions (>=4.5.0,<5.0.0)
Project-URL: Repository, https://github.com/dynamic-graphics-inc/dgpy-libs

@@ -26,0 +27,0 @@ Description-Content-Type: text/markdown

[tool.poetry]
name = "lager"
version = "0.18.1"
version = "0.18.2"
description = "EZ-PZ logging based on loguru"

@@ -36,2 +36,3 @@ authors = ["jesse rubin <jesse@dgi.com>"]

loguru = ">=0.7.0"
typing-extensions = "^4.5.0"

@@ -38,0 +39,0 @@ [tool.poetry.dev-dependencies]