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

@dbcube/query-builder

Package Overview
Dependencies
Maintainers
1
Versions
132
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@dbcube/query-builder - npm Package Compare versions

Comparing version
1.0.6
to
1.0.7
+3
-3
package.json
{
"name": "@dbcube/query-builder",
"version": "1.0.6",
"version": "1.0.7",
"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": "^1.0.5"
"@dbcube/core": "^1.0.8"
},

@@ -65,3 +65,3 @@ "repository": {

"devDependencies": {
"@types/node": "^24.3.0",
"@types/node": "^24.3.1",
"rollup": "^4.50.0",

@@ -68,0 +68,0 @@ "tsup": "^8.5.0",