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

node-sql-parser

Package Overview
Dependencies
Maintainers
1
Versions
172
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

node-sql-parser - npm Package Compare versions

Comparing version 1.7.0 to 1.7.1

build/transactsql.js

5

lib/parser.js

@@ -16,2 +16,4 @@ "use strict";

var _transactsql = require("../build/transactsql");
var _sql = _interopRequireDefault(require("./sql"));

@@ -27,3 +29,4 @@

mariadb: _mariadb.parse,
postgresql: _postgresql.parse
postgresql: _postgresql.parse,
transactsql: _transactsql.parse
};

@@ -30,0 +33,0 @@

3

lib/util.js

@@ -180,2 +180,5 @@ "use strict";

case 'transactsql':
return `[${ident}]`;
default:

@@ -182,0 +185,0 @@ return `\`${ident}\``;

{
"name": "node-sql-parser",
"version": "1.7.0",
"version": "1.7.1",
"description": "simple node sql parser",

@@ -51,3 +51,3 @@ "main": "index.js",

"@types/chai": "^4.1.7",
"@types/mocha": "^5.2.5",
"@types/mocha": "^7.0.1",
"chai": "^4.2.0",

@@ -54,0 +54,0 @@ "coveralls": "^3.0.6",

@@ -55,2 +55,3 @@ # Nodejs SQL Parser

- PostgresQL
- TransactSQL

@@ -57,0 +58,0 @@ ### Create AST for SQL statement

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

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