Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

kmore

Package Overview
Dependencies
Maintainers
1
Versions
272
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

kmore - npm Package Compare versions

Comparing version 59.4.0 to 59.4.1

8

dist/lib/kmore.d.ts

@@ -9,11 +9,11 @@ import type { DbDict } from 'kmore-types';

/**
* Original table names, without case convertion.
* Original table names, without case conversion.
*/
readonly refTables: DbQueryBuilder<Context, D, 'ref_', CaseType.none>;
/**
* Create a table reference function property with camel case convertion.
* Create a table reference function property with camel case conversion.
*/
readonly camelTables: DbQueryBuilder<Context, D, 'ref_', CaseType.camel>;
/**
* Create a table reference function property with snake case convertion.
* Create a table reference function property with snake case conversion.
*/

@@ -110,3 +110,3 @@ readonly snakeTables: DbQueryBuilder<Context, D, 'ref_', CaseType.snake>;

/**
* Atuo trsaction action (rollback|commit|none) on error (Rejection or Exception),
* Auto transaction action (rollback|commit|none) on error (Rejection or Exception),
* @CAUTION **Will always rollback if query error in database even though this value set to 'commit'**

@@ -113,0 +113,0 @@ * @default rollback

@@ -16,7 +16,7 @@ /* eslint-disable max-lines-per-function */

/**
* Original table names, without case convertion.
* Original table names, without case conversion.
*/
refTables;
/**
* Create a table reference function property with camel case convertion.
* Create a table reference function property with camel case conversion.
*/

@@ -26,3 +26,3 @@ camelTables;

/**
* Create a table reference function property with snake case convertion.
* Create a table reference function property with snake case conversion.
*/

@@ -29,0 +29,0 @@ snakeTables;

{
"name": "kmore",
"author": "waiting",
"version": "59.4.0",
"version": "59.4.1",
"description": "A SQL query builder based on knex with powerful TypeScript type support",

@@ -42,8 +42,8 @@ "keywords": [

"dependencies": {
"@waiting/shared-core": "^23.0.0"
"@waiting/shared-core": "^23.0.1"
},
"devDependencies": {
"@mwcp/otel": "20 - 22",
"kmore-cli": "^59.3.0",
"kmore-types": "^59.3.0",
"kmore-cli": "^59.4.1",
"kmore-types": "^59.4.1",
"knex": "^3.1.0",

@@ -87,3 +87,3 @@ "pg": "^8.11.3"

},
"gitHead": "bb535faf8bb39c475e76d6b616a0b50a8bbc3537"
"gitHead": "24bf1698797758d195bececf0723d3056f7a26a4"
}

@@ -38,3 +38,3 @@ /* eslint-disable max-lines-per-function */

/**
* Original table names, without case convertion.
* Original table names, without case conversion.
*/

@@ -44,3 +44,3 @@ readonly refTables: DbQueryBuilder<Context, D, 'ref_', CaseType.none>

/**
* Create a table reference function property with camel case convertion.
* Create a table reference function property with camel case conversion.
*/

@@ -52,3 +52,3 @@ readonly camelTables: DbQueryBuilder<Context, D, 'ref_', CaseType.camel>

/**
* Create a table reference function property with snake case convertion.
* Create a table reference function property with snake case conversion.
*/

@@ -334,3 +334,3 @@ readonly snakeTables: DbQueryBuilder<Context, D, 'ref_', CaseType.snake>

/**
* Atuo trsaction action (rollback|commit|none) on error (Rejection or Exception),
* Auto transaction action (rollback|commit|none) on error (Rejection or Exception),
* @CAUTION **Will always rollback if query error in database even though this value set to 'commit'**

@@ -337,0 +337,0 @@ * @default rollback

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc