You're Invited: Meet the Socket team at BSidesSF and RSAC - April 27 - May 1.RSVP
Socket
Sign inDemoInstall
Socket

sql-formatter

Package Overview
Dependencies
Maintainers
2
Versions
157
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.5.0-beta.2

2

dist/cjs/package.json

@@ -1,1 +0,1 @@

{type: commonjs}
{"type": "commonjs"}
{
"name": "sql-formatter",
"version": "15.5.0-beta.1",
"version": "15.5.0-beta.2",
"description": "Format whitespace in a SQL query to make it more readable",

@@ -66,3 +66,3 @@ "license": "MIT",

"grammar": "nearleyc src/parser/grammar.ne -o src/parser/grammar.ts",
"build:cjs": "tsc -p tsconfig.cjs.json && echo \"{\"type\": \"commonjs\"}\" > dist/cjs/package.json",
"build:cjs": "tsc -p tsconfig.cjs.json && echo '{\"type\": \"commonjs\"}' > dist/cjs/package.json",
"build:esm": "tsc -p tsconfig.esm.json",

@@ -69,0 +69,0 @@ "build:webpack": "webpack --config webpack.prod.js && cp dist/sql-formatter.min.cjs dist/sql-formatter.min.js",