Socket
Socket
Sign inDemoInstall

sql-formatter

Package Overview
Dependencies
Maintainers
2
Versions
142
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

sql-formatter - npm Package Compare versions

Comparing version 15.0.1 to 15.0.2

8

dist/index.d.ts

@@ -130,5 +130,5 @@ declare type ParamItems = {

declare type KeywordCase = 'preserve' | 'upper' | 'lower';
declare type IdentifierCase = 'preserve' | 'upper' | 'lower';
declare type DataTypeCase = 'preserve' | 'upper' | 'lower';
declare type FunctionCase = 'preserve' | 'upper' | 'lower';
declare type IdentifierCase = KeywordCase;
declare type DataTypeCase = KeywordCase;
declare type FunctionCase = KeywordCase;
declare type LogicalOperatorNewline = 'before' | 'after';

@@ -253,2 +253,2 @@ interface FormatOptions {

export { ConfigError, type DialectOptions, type FormatOptions, type FormatOptionsWithDialect, type FormatOptionsWithLanguage, type IdentifierCase, type IndentStyle, type KeywordCase, type LogicalOperatorNewline, type ParamItems, type ParamTypes, type SqlLanguage, bigquery, db2, db2i, expandPhrases, format, formatDialect, hive, mariadb, mysql, n1ql, plsql, postgresql, redshift, singlestoredb, snowflake, spark, sql, sqlite, supportedDialects, transactsql, trino };
export { ConfigError, type DataTypeCase, type DialectOptions, type FormatOptions, type FormatOptionsWithDialect, type FormatOptionsWithLanguage, type FunctionCase, type IdentifierCase, type IndentStyle, type KeywordCase, type LogicalOperatorNewline, type ParamItems, type ParamTypes, type SqlLanguage, bigquery, db2, db2i, expandPhrases, format, formatDialect, hive, mariadb, mysql, n1ql, plsql, postgresql, redshift, singlestoredb, snowflake, spark, sql, sqlite, supportedDialects, transactsql, trino };
{
"name": "sql-formatter",
"version": "15.0.1",
"version": "15.0.2",
"description": "Format whitespace in a SQL query to make it more readable",

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

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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