🚀 Socket Launch Week Day 5:Introducing Repository Access Permissions and Custom Roles.Learn more
Sign In

cl-sql-formatter

Package Overview
Dependencies
Maintainers
1
Versions
10
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

cl-sql-formatter - npm Package Compare versions

Comparing version
4.0.7
to
4.0.8
+1
-1
lib/languages/StandardSqlFormatter.js

@@ -68,3 +68,3 @@ "use strict";

namedPlaceholderTypes: [],
specialWordChars: ['@', '#', '-', '/', '|'],
specialWordChars: ['@', '#', '-', '/'],
lineCommentTypes: ["--"]

@@ -71,0 +71,0 @@ });

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

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

@@ -374,3 +374,3 @@ import Formatter from '../core/Formatter';

namedPlaceholderTypes: [],
specialWordChars: ['@', '#', '-', '/', '|'],
specialWordChars: ['@', '#', '-', '/'],
lineCommentTypes: [`--`],

@@ -377,0 +377,0 @@ });

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

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

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