@dbnx/mysql
Advanced tools
Comparing version 1.0.19 to 1.0.20
{ | ||
"name": "@dbnx/mysql", | ||
"version": "1.0.19", | ||
"version": "1.0.20", | ||
"description": "A powerful and enhanced ORM library for MySQL, offering query execution, model creation, and full relational management.", | ||
@@ -5,0 +5,0 @@ "main": "./dist/index.js", |
@@ -25,3 +25,3 @@ /** | ||
*/ | ||
export function sanitize(input: string | number | null): string; | ||
export function sanitize(input: any): string; | ||
@@ -28,0 +28,0 @@ /** |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
79718