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

deckz

Package Overview
Dependencies
Maintainers
1
Versions
115
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

deckz - npm Package Compare versions

Comparing version
24.1.0
to
24.1.1
+1
-1
PKG-INFO
Metadata-Version: 2.4
Name: deckz
Version: 24.1.0
Version: 24.1.1
Summary: Tool to handle multiple beamer decks.

@@ -5,0 +5,0 @@ Author-email: m09 <142691+m09@users.noreply.github.com>, NyxAether <contact.nyxhemera@gmail.com>

@@ -33,3 +33,3 @@ [project]

requires-python = ">= 3.12"
version = "24.1.0"
version = "24.1.1"

@@ -36,0 +36,0 @@ [dependency-groups]

@@ -6,3 +6,2 @@ from pathlib import Path

# ruff: noqa: A005
@app.command()

@@ -9,0 +8,0 @@ def random(

from collections.abc import Iterable
from os.path import normpath
from pathlib import Path, PurePath

@@ -269,3 +270,3 @@ from sys import stderr

if include_path.root
else base_unresolved_path / include_path
else PurePath(normpath(base_unresolved_path / include_path))
)

@@ -272,0 +273,0 @@

Sorry, the diff of this file is too big to display