@dbcube/schema-builder
Advanced tools
+3
-3
| { | ||
| "name": "@dbcube/schema-builder", | ||
| "version": "5.1.5", | ||
| "version": "5.1.6", | ||
| "description": "The Dbcube Query Builder is a lightweight, flexible, and fluent library for building queries across multiple database engines, including MySQL, PostgreSQL, SQLite, and MongoDB, using JavaScript/Node.js. \nIts agnostic design allows you to generate data manipulation (DML) and data definition (DDL) operations with a clean, chainable syntax—without sacrificing power or expressiveness.\nIt’s designed to work seamlessly in both SQL and NoSQL environments, providing a consistent abstraction layer across different storage technologies while still leveraging the native capabilities of each engine.", | ||
@@ -57,3 +57,3 @@ "main": "dist/index.cjs", | ||
| "dependencies": { | ||
| "@dbcube/core": "^5.1.12", | ||
| "@dbcube/core": "^5.1.13", | ||
| "chalk": "^5.6.2", | ||
@@ -67,3 +67,3 @@ "ora": "^9.4.0" | ||
| "devDependencies": { | ||
| "@types/node": "^25.6.0", | ||
| "@types/node": "^25.6.2", | ||
| "dts-bundle-generator": "^9.5.1", | ||
@@ -70,0 +70,0 @@ "rollup": "^4.60.3", |
Sorry, the diff of this file is not supported yet
Debug access
Supply chain riskUses debug, reflection and dynamic code execution features.
Found 1 instance in 1 package
Filesystem access
Supply chain riskAccesses the file system, and could potentially read sensitive data.
Found 1 instance in 1 package
Long strings
Supply chain riskContains long string literals, which may be a sign of obfuscated or packed code.
Found 1 instance in 1 package
Debug access
Supply chain riskUses debug, reflection and dynamic code execution features.
Found 1 instance in 1 package
Filesystem access
Supply chain riskAccesses the file system, and could potentially read sensitive data.
Found 1 instance in 1 package
Long strings
Supply chain riskContains long string literals, which may be a sign of obfuscated or packed code.
Found 1 instance in 1 package
Updated