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

ozi-core

Package Overview
Dependencies
Maintainers
0
Versions
202
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

ozi-core - npm Package Compare versions

Comparing version
1.21.22
to
1.21.23
+2
-2
.github/workflows/codeql.yml

@@ -70,3 +70,3 @@ # For most projects, this workflow file will not need changing; you simply need

- name: Initialize CodeQL
uses: github/codeql-action/init@v3
uses: github/codeql-action/init@v4
with:

@@ -99,4 +99,4 @@ languages: ${{ matrix.language }}

- name: Perform CodeQL Analysis
uses: github/codeql-action/analyze@v3
uses: github/codeql-action/analyze@v4
with:
category: "/language:${{matrix.language}}"

@@ -47,3 +47,3 @@ # Part of the OZI Project, under the Apache License v2.0 with LLVM Exceptions.

- uses: OZI-Project/checkpoint@1faf4433bbcc31ed6a0104896a92564d94182b20 # 1.10.0
- uses: OZI-Project/checkpoint@b8935c41223bccd7886bd6a2f668b12a23859ed7 # 1.10.1
with:

@@ -83,3 +83,3 @@ python-version: "3.10"

- uses: OZI-Project/checkpoint@1faf4433bbcc31ed6a0104896a92564d94182b20 # 1.10.0
- uses: OZI-Project/checkpoint@b8935c41223bccd7886bd6a2f668b12a23859ed7 # 1.10.1
with:

@@ -122,3 +122,3 @@ python-version: "3.10"

- uses: OZI-Project/checkpoint@1faf4433bbcc31ed6a0104896a92564d94182b20 # 1.10.0
- uses: OZI-Project/checkpoint@b8935c41223bccd7886bd6a2f668b12a23859ed7 # 1.10.1
with:

@@ -160,3 +160,3 @@ python-version: "3.11"

- uses: OZI-Project/checkpoint@1faf4433bbcc31ed6a0104896a92564d94182b20 # 1.10.0
- uses: OZI-Project/checkpoint@b8935c41223bccd7886bd6a2f668b12a23859ed7 # 1.10.1
with:

@@ -201,5 +201,5 @@ python-version: "3.12"

- uses: OZI-Project/checkpoint@1faf4433bbcc31ed6a0104896a92564d94182b20
- uses: OZI-Project/checkpoint@b8935c41223bccd7886bd6a2f668b12a23859ed7
with:
python-version: "3.13"
submodules: true

@@ -45,3 +45,3 @@ name: OZI

- uses: OZI-Project/checkpoint@1.10.0
- uses: OZI-Project/checkpoint@1.10.1
with:

@@ -82,3 +82,3 @@ python-version: "3.11"

- uses: OZI-Project/checkpoint@1.10.0
- uses: OZI-Project/checkpoint@1.10.1
with:

@@ -121,3 +121,3 @@ python-version: "3.12"

- uses: OZI-Project/checkpoint@1.10.0
- uses: OZI-Project/checkpoint@1.10.1
with:

@@ -159,3 +159,3 @@ python-version: "3.13"

- uses: OZI-Project/draft@1.17.3
- uses: OZI-Project/draft@1.17.4
id: draft

@@ -259,3 +259,3 @@ with:

- uses: OZI-Project/publish@1.17.3
- uses: OZI-Project/publish@1.17.4
with:

@@ -262,0 +262,0 @@ github-token: ${{ secrets.GITHUB_TOKEN }}

Metadata-Version: 2.3
Requires-Python: >=3.9, <3.14
Name: ozi-core
Version: 1.21.22
Version: 1.21.23
Author: Eden Ross Duff MSc

@@ -30,3 +30,3 @@ Author-email: help@oziproject.dev

Requires-Dist: ozi-templates==2.29.9
Requires-Dist: ozi-spec==1.1.8
Requires-Dist: ozi-spec==1.1.9
Requires-Dist: packaging>=24.1,<26.0

@@ -39,3 +39,3 @@ Requires-Dist: platformdirs~=4.3

Requires-Dist: spdx-license-list==3.27.0
Requires-Dist: trove-classifiers==2025.9.9.12
Requires-Dist: trove-classifiers==2025.9.11.17
Requires-Dist: typing-extensions;python_version<="3.11"

@@ -42,0 +42,0 @@ Requires-Dist: types-PyYAML~=6.0

@@ -12,3 +12,3 @@ # Part of ozi-core.

name = "ozi-core"
version = "1.21.22"
version = "1.21.23"
authors=[{name="Eden Ross Duff MSc", email="help@oziproject.dev"}]

@@ -41,3 +41,3 @@ classifiers=[

'ozi-templates==2.29.9',
'ozi-spec==1.1.8',
'ozi-spec==1.1.9',
'packaging>=24.1,<26.0',

@@ -50,3 +50,3 @@ 'platformdirs~=4.3',

'spdx-license-list==3.27.0',
'trove-classifiers==2025.9.9.12',
'trove-classifiers==2025.9.11.17',
'typing-extensions;python_version<="3.11"',

@@ -53,0 +53,0 @@ 'types-PyYAML~=6.0',

@@ -15,3 +15,3 @@ # noqa: INP001

if sys.version_info < (3, 11):
if sys.version_info < (3, 12):
warnings.filterwarnings('ignore', category=FutureWarning)

@@ -18,0 +18,0 @@ import ozi_core.actions

@@ -24,3 +24,3 @@ # noqa: INP001

if sys.version_info < (3, 11):
if sys.version_info < (3, 12):
warnings.filterwarnings('ignore', category=FutureWarning)

@@ -27,0 +27,0 @@ import ozi_core.actions

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