🚀 Big News: Socket Acquires Coana to Bring Reachability Analysis to Every Appsec Team.Learn more
Socket
Book a DemoInstallSign in
Socket

sql-formatter

Package Overview
Dependencies
Maintainers
2
Versions
163
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

to
15.6.3

4

dist/cjs/languages/duckdb/duckdb.formatter.js

@@ -177,4 +177,6 @@ "use strict";

'==',
// Lambda:
// Lambda & JSON:
'->',
// JSON:
'->>',
// key-value separator:

@@ -181,0 +183,0 @@ ':',

@@ -174,4 +174,6 @@ import { expandPhrases } from '../../expandPhrases.js';

'==',
// Lambda:
// Lambda & JSON:
'->',
// JSON:
'->>',
// key-value separator:

@@ -178,0 +180,0 @@ ':',

{
"name": "sql-formatter",
"version": "15.6.2",
"version": "15.6.3",
"description": "Format whitespace in a SQL query to make it more readable",

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

@@ -286,3 +286,3 @@ <a href='https://github.com/sql-formatter-org/sql-formatter'><img src="static/sql-formatter-icon.png" width="64"/></a>

- It solves several problems which can't be fixed in SQL Formatter because
of fundamental problems in its arhictecture.
of fundamental problems in its architecture.
- It makes use of the Prettier layout algorithm,

@@ -289,0 +289,0 @@ doing a better job of splitting long expressions to multiple lines.

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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