New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

js-sql-parser

Package Overview
Dependencies
Maintainers
1
Versions
22
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

js-sql-parser - npm Package Compare versions

Comparing version

to
1.3.0

5

package.json
{
"name": "js-sql-parser",
"version": "1.2.2",
"version": "1.3.0",
"description": "",

@@ -9,4 +9,3 @@ "main": "./dist/parser/sqlParser.js",

"build-concat": "minicat src/stringify.js src/suffix.js >> dist/parser/sqlParser.js",
"postbuild": "npm run test:build",
"test": "npm run build",
"test": "npm run build && npm run test:build",
"test:all": "mocha --require babel-register",

@@ -13,0 +12,0 @@ "test:build": "mocha --require babel-register test/*.test.js",

@@ -13,5 +13,6 @@ # js-sql-parser

- Fix bug tableFactor alias since v1.3.0 [#34](https://github.com/JavaScriptor/js-sql-parser/issues/34)
- Add support for "`" quoted alias since v1.2.2. [#33](https://github.com/JavaScriptor/js-sql-parser/issues/33)
- Fix bug stringify keyword `having` since v1.2.1. [#29](https://github.com/JavaScriptor/js-sql-parser/issues/29)
- Typo 'refrence' has been fixed to 'reference' since v1.2.0.
- Fix bug stringify keyword `having` since v1.2.1. [#29](https://github.com/JavaScriptor/js-sql-parser/issues/29)
- Add support for "`" quoted alias since v1.2.2. [#33](https://github.com/JavaScriptor/js-sql-parser/issues/33)

@@ -18,0 +19,0 @@ for more changes see [CHANGELOG](./CHANGELOG)

CHANGELOG

Sorry, the diff of this file is not supported yet

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