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.3 to 14.0.0-beta.4

lib/src/allDialects.d.ts

9

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

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

".": {
"types": "./lib/index.d.ts",
"types": "./lib/src/index.d.ts",
"import": "./lib/index.js",

@@ -69,6 +69,5 @@ "require": "./dist/sql-formatter.min.cjs"

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

@@ -75,0 +74,0 @@ },

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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