Socket
Socket
Sign inDemoInstall

sql-formatter-plus

Package Overview
Dependencies
Maintainers
1
Versions
13
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

sql-formatter-plus - npm Package Compare versions

Comparing version 1.1.1 to 1.1.2

3

lib/core/Formatter.js

@@ -257,2 +257,3 @@ "use strict";

exports["default"] = Formatter;
exports["default"] = Formatter;
module.exports = exports.default;

@@ -106,2 +106,3 @@ "use strict";

exports["default"] = Indentation;
exports["default"] = Indentation;
module.exports = exports.default;

@@ -121,2 +121,3 @@ "use strict";

exports["default"] = InlineBlock;
exports["default"] = InlineBlock;
module.exports = exports.default;

@@ -59,2 +59,3 @@ "use strict";

exports["default"] = Params;
exports["default"] = Params;
module.exports = exports.default;

@@ -378,2 +378,3 @@ "use strict";

exports["default"] = Tokenizer;
exports["default"] = Tokenizer;
module.exports = exports.default;

@@ -26,2 +26,3 @@ "use strict";

};
exports["default"] = _default;
exports["default"] = _default;
module.exports = exports.default;

@@ -69,2 +69,3 @@ "use strict";

exports["default"] = Db2Formatter;
exports["default"] = Db2Formatter;
module.exports = exports.default;

@@ -67,2 +67,3 @@ "use strict";

exports["default"] = N1qlFormatter;
exports["default"] = N1qlFormatter;
module.exports = exports.default;

@@ -69,2 +69,3 @@ "use strict";

exports["default"] = PlSqlFormatter;
exports["default"] = PlSqlFormatter;
module.exports = exports.default;

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

exports["default"] = StandardSqlFormatter;
exports["default"] = StandardSqlFormatter;
module.exports = exports.default;

@@ -26,2 +26,3 @@ "use strict";

* @param {String} cfg.indent Characters used for indentation, default is " " (2 spaces)
* @param {Bool} cfg.uppercase Converts keywords to uppercase
* @param {Object} cfg.params Collection of params for placeholder replacement

@@ -52,2 +53,3 @@ * @return {String}

};
exports["default"] = _default;
exports["default"] = _default;
module.exports = exports.default;
{
"name": "sql-formatter-plus",
"version": "1.1.1",
"version": "1.1.2",
"description": "Formats whitespaces in a SQL query to make it more readable",

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

"prepublish": "npm run clean && npm run check && npm run build",
"format": "prettier --write \"**/*.{js,jsx,md,json,css,prettierrc,eslintrc}\""
"format": "prettier --write \"**/*.{js,jsx,md,json,css,prettierrc,eslintrc,babelrc}\""
},

@@ -54,2 +54,3 @@ "repository": {

"babel-loader": "^8.0.6",
"babel-plugin-add-module-exports": "^1.0.2",
"cross-env": "^6.0.3",

@@ -56,0 +57,0 @@ "eslint": "^6.5.1",

@@ -0,0 +0,0 @@ # SQL Formatter Plus

@@ -0,0 +0,0 @@ import includes from 'lodash/includes';

@@ -0,0 +0,0 @@ import repeat from 'lodash/repeat';

@@ -0,0 +0,0 @@ import tokenTypes from './tokenTypes';

@@ -0,0 +0,0 @@ /**

@@ -0,0 +0,0 @@ import isEmpty from 'lodash/isEmpty';

@@ -0,0 +0,0 @@ /**

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

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

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

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

@@ -14,2 +14,3 @@ import Db2Formatter from './languages/Db2Formatter';

* @param {String} cfg.indent Characters used for indentation, default is " " (2 spaces)
* @param {Bool} cfg.uppercase Converts keywords to uppercase
* @param {Object} cfg.params Collection of params for placeholder replacement

@@ -16,0 +17,0 @@ * @return {String}

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

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