Big News: Socket raises $60M Series C at a $1B valuation to secure software supply chains for AI-driven development.Announcement
Sign In

koatty_validation

Package Overview
Dependencies
Maintainers
1
Versions
39
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

koatty_validation - npm Package Compare versions

Comparing version
2.0.7
to
2.0.8
+10
-10
.turbo/turbo-build.log

> koatty_validation@2.0.7 build /Volumes/ExternalSSD/Users/richen/Workspace/nodejs/koatty-monorepo/packages/koatty-validation
> koatty_validation@2.0.8 build /Volumes/ExternalSSD/Users/richen/Workspace/nodejs/koatty-monorepo/packages/koatty-validation
> pnpm run build:js && pnpm run build:dts && pnpm run build:doc && pnpm run build:cp
> koatty_validation@2.0.7 build:js /Volumes/ExternalSSD/Users/richen/Workspace/nodejs/koatty-monorepo/packages/koatty-validation
> koatty_validation@2.0.8 build:js /Volumes/ExternalSSD/Users/richen/Workspace/nodejs/koatty-monorepo/packages/koatty-validation
> tsup

@@ -18,10 +18,10 @@

ESM Build start
ESM dist/index.mjs 42.45 KB
ESM dist/index.mjs.map 104.32 KB
ESM ⚡️ Build success in 123ms
CJS dist/index.js 44.91 KB
CJS dist/index.js.map 104.40 KB
CJS ⚡️ Build success in 155ms
ESM dist/index.mjs 42.45 KB
ESM dist/index.mjs.map 104.32 KB
ESM ⚡️ Build success in 155ms
CJS ⚡️ Build success in 123ms
> koatty_validation@2.0.7 build:dts /Volumes/ExternalSSD/Users/richen/Workspace/nodejs/koatty-monorepo/packages/koatty-validation
> koatty_validation@2.0.8 build:dts /Volumes/ExternalSSD/Users/richen/Workspace/nodejs/koatty-monorepo/packages/koatty-validation
> bash ../../scripts/build-dts.sh

@@ -37,3 +37,3 @@

✅ All dependencies ready (waited 1ms)
✅ All dependencies ready (waited 0ms)
📝 Running TypeScript compiler...

@@ -100,3 +100,3 @@ ⠙📦 Running API Extractor...

> koatty_validation@2.0.7 build:doc /Volumes/ExternalSSD/Users/richen/Workspace/nodejs/koatty-monorepo/packages/koatty-validation
> koatty_validation@2.0.8 build:doc /Volumes/ExternalSSD/Users/richen/Workspace/nodejs/koatty-monorepo/packages/koatty-validation
> api-documenter markdown --input temp --output docs/api

@@ -128,3 +128,3 @@

> koatty_validation@2.0.7 build:cp /Volumes/ExternalSSD/Users/richen/Workspace/nodejs/koatty-monorepo/packages/koatty-validation
> koatty_validation@2.0.8 build:cp /Volumes/ExternalSSD/Users/richen/Workspace/nodejs/koatty-monorepo/packages/koatty-validation
> node ../../scripts/postBuild.js

@@ -131,0 +131,0 @@

# Changelog
## 2.0.8
### Patch Changes
- Updated dependencies
- koatty_container@2.0.8
## 2.0.7

@@ -4,0 +11,0 @@

/*!
* @Author: richen
* @Date: 2026-03-07 23:34:39
* @Date: 2026-03-08 12:45:03
* @License: BSD (3-Clause)

@@ -5,0 +5,0 @@ * @Copyright (c) - <richenlin(at)gmail.com>

@@ -31,3 +31,3 @@ 'use strict';

* @Author: richen
* @Date: 2026-03-07 15:34:36
* @Date: 2026-03-08 04:45:00
* @License: BSD (3-Clause)

@@ -34,0 +34,0 @@ * @Copyright (c) - <richenlin(at)gmail.com>

@@ -9,3 +9,3 @@ import * as helper from 'koatty_lib';

* @Author: richen
* @Date: 2026-03-07 15:34:36
* @Date: 2026-03-08 04:45:00
* @License: BSD (3-Clause)

@@ -12,0 +12,0 @@ * @Copyright (c) - <richenlin(at)gmail.com>

{
"name": "koatty_validation",
"version": "2.0.7",
"version": "2.0.8",
"description": "Validation Util for Koatty and ThinkORM.",

@@ -67,3 +67,3 @@ "scripts": {

"class-validator": "^0.14.3",
"koatty_container": "^2.0.7",
"koatty_container": "^2.0.8",
"koatty_lib": "^1.4.8",

@@ -74,3 +74,3 @@ "koatty_logger": "^2.8.4",

"peerDependencies": {
"koatty_container": "^2.0.7",
"koatty_container": "^2.0.8",
"koatty_lib": "^1.4.8",

@@ -77,0 +77,0 @@ "koatty_logger": "^2.8.4"

{
"name": "koatty_validation",
"version": "2.0.7",
"version": "2.0.8",
"description": "Validation Util for Koatty and ThinkORM.",

@@ -57,8 +57,8 @@ "main": "./dist/index.js",

"lru-cache": "^11.2.5",
"koatty_lib": "1.4.8",
"koatty_logger": "2.8.4",
"koatty_lib": "1.4.8",
"koatty_container": "2.0.7"
"koatty_container": "2.0.8"
},
"peerDependencies": {
"koatty_container": "^2.0.7",
"koatty_container": "^2.0.8",
"koatty_lib": "^1.4.8",

@@ -65,0 +65,0 @@ "koatty_logger": "^2.8.4"