Socket
Socket
Sign inDemoInstall

sql-formatter

Package Overview
Dependencies
9
Maintainers
2
Versions
139
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 15.1.2 to 15.1.3

3

dist/index.d.ts

@@ -53,3 +53,3 @@ declare type ParamItems = {

ASTERISK = "ASTERISK",
DOT = "DOT",
PROPERTY_ACCESS_OPERATOR = "PROPERTY_ACCESS_OPERATOR",
OPEN_PAREN = "OPEN_PAREN",

@@ -127,2 +127,3 @@ CLOSE_PAREN = "CLOSE_PAREN",

operators?: string[];
propertyAccessOperators?: string[];
postProcess?: (tokens: Token[]) => Token[];

@@ -129,0 +130,0 @@ }

{
"name": "sql-formatter",
"version": "15.1.2",
"version": "15.1.3",
"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

Sorry, the diff of this file is not supported yet

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

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

SocketSocket SOC 2 Logo

Product

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

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc