New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

ts-sql-query

Package Overview
Dependencies
Maintainers
1
Versions
77
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

ts-sql-query - npm Package Compare versions

Comparing version 1.33.0 to 1.34.0

13

internal/ValueSourceImpl.d.ts

@@ -146,2 +146,3 @@ import { SqlBuilder, SqlOperationStatic0, SqlOperationStatic1, SqlOperation1, SqlOperation2, ToSql, HasOperation, SqlSequenceOperation, SqlFragmentOperation, AggregateFunctions0, AggregateFunctions1, AggregateFunctions1or2, SqlFunction0, SqlComparator0, SelectData } from "../sqlBuilders/SqlBuilder";

falseWhenNoValue(): any;
valueWhenNoValue(value: any): any;
toLowerCase(): any;

@@ -245,2 +246,14 @@ /** @deprecated use toLowerCase method instead */

}
export declare class ValueWhenNoValueValueSource extends ValueSourceImpl {
__valueSource: ValueSourceImpl;
__valueWhenNoValue: __ValueSourcePrivate & ToSql;
constructor(valueWhenNoValue: __ValueSourcePrivate & ToSql, valueSource: ValueSourceImpl, valueType: string, optionalType: OptionalType, typeAdapter: TypeAdapter | undefined);
__toSql(sqlBuilder: SqlBuilder, params: any[]): string;
__toSqlForCondition(sqlBuilder: SqlBuilder, params: any[]): string;
__addWiths(sqlBuilder: HasIsValue, withs: Array<IWithView<any>>): void;
__registerTableOrView(sqlBuilder: HasIsValue, requiredTablesOrViews: Set<ITableOrView<any>>): void;
__registerRequiredColumn(sqlBuilder: HasIsValue, requiredColumns: Set<Column>, onlyForTablesOrViews: Set<ITableOrView<any>>): void;
__getOldValues(sqlBuilder: HasIsValue): ITableOrView<any> | undefined;
__getValuesForInsert(sqlBuilder: HasIsValue): ITableOrView<any> | undefined;
}
export declare class SqlOperationStatic1ValueSource extends ValueSourceImpl implements HasOperation {

@@ -247,0 +260,0 @@ __operation: keyof SqlOperationStatic1;

2

package.json
{
"name": "ts-sql-query",
"version": "1.33.0",
"version": "1.34.0",
"description": "Type-safe SQL query builder like QueryDSL or JOOQ in Java or Linq in .Net for TypeScript with MariaDB, MySql, Oracle, PostgreSql, Sqlite and SqlServer support.",

@@ -5,0 +5,0 @@ "license": "MIT",

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is too big to display

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