Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

sql-formatter

Package Overview
Dependencies
Maintainers
2
Versions
146
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 14.0.0-beta.1 to 14.0.0-beta.2

lib/allDialects.d.ts

7

package.json
{
"name": "sql-formatter",
"version": "14.0.0-beta.1",
"version": "14.0.0-beta.2",
"description": "Format whitespace in a SQL query to make it more readable",

@@ -67,5 +67,6 @@ "license": "MIT",

"build:babel": "babel src --out-dir lib --extensions .ts --source-maps",
"build:types": "tsc --emitDeclarationOnly --isolatedModules",
"build:types": "tsc --project tsconfig.prod.json --emitDeclarationOnly --isolatedModules",
"build:minified": "webpack --config webpack.prod.js && cp dist/sql-formatter.min.cjs dist/sql-formatter.min.js",
"build": "yarn grammar && npm-run-all --parallel build:babel build:types build:minified",
"build:cleanup": "rm -rf lib/src/ lib/test/",
"build": "yarn grammar && npm-run-all --parallel build:babel build:types build:minified && yarn build:cleanup",
"release": "release-it"

@@ -72,0 +73,0 @@ },

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