You're Invited:Meet the Socket Team at RSAC and BSidesSF 2026, March 23–26.RSVP
Socket
Book a DemoSign in
Socket

@podium/schemas

Package Overview
Dependencies
Maintainers
5
Versions
70
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@podium/schemas - npm Package Compare versions

Comparing version
5.1.1
to
5.1.2
+7
-0
CHANGELOG.md

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

## [5.1.2](https://github.com/podium-lib/schemas/compare/v5.1.1...v5.1.2) (2026-02-14)
### Bug Fixes
* **deps:** update dependency ajv to v8.18.0 ([#269](https://github.com/podium-lib/schemas/issues/269)) ([d996203](https://github.com/podium-lib/schemas/commit/d9962036fd2f3ef13cb79eb88078d1a828e3381d))
## [5.1.1](https://github.com/podium-lib/schemas/compare/v5.1.0...v5.1.1) (2025-12-12)

@@ -2,0 +9,0 @@

+6
-6
{
"name": "@podium/schemas",
"version": "5.1.1",
"version": "5.1.2",
"type": "module",

@@ -43,13 +43,13 @@ "description": "Schemas for validating the @podium contract.",

"dependencies": {
"ajv": "8.17.1",
"ajv": "8.18.0",
"ajv-formats": "3.0.1"
},
"devDependencies": {
"@podium/eslint-config": "1.0.19",
"@podium/eslint-config": "1.0.21",
"@podium/semantic-release-config": "3.0.0",
"@podium/typescript-config": "1.0.0",
"@types/node": "24.10.1",
"eslint": "9.39.1",
"@types/node": "24.10.9",
"eslint": "9.39.2",
"npm-run-all2": "8.0.4",
"prettier": "3.7.4",
"prettier": "3.8.1",
"semantic-release": "25.0.2",

@@ -56,0 +56,0 @@ "tap": "21.5.0",