node-sql-parser
Advanced tools
Comparing version 4.6.1 to 4.6.2
(function (global, factory) { | ||
if (typeof define === "function" && define.amd) { | ||
define(["exports", "./alter", "./create", "./select", "./delete", "./update", "./insert", "./command", "./exec", "./expr", "./limit", "./show", "./sqlite", "./with", "./util"], factory); | ||
define(["exports", "./alter", "./create", "./select", "./delete", "./update", "./insert", "./command", "./exec", "./expr", "./limit", "./show", "./analyze", "./with", "./util"], factory); | ||
} else if (typeof exports !== "undefined") { | ||
factory(exports, require("./alter"), require("./create"), require("./select"), require("./delete"), require("./update"), require("./insert"), require("./command"), require("./exec"), require("./expr"), require("./limit"), require("./show"), require("./sqlite"), require("./with"), require("./util")); | ||
factory(exports, require("./alter"), require("./create"), require("./select"), require("./delete"), require("./update"), require("./insert"), require("./command"), require("./exec"), require("./expr"), require("./limit"), require("./show"), require("./analyze"), require("./with"), require("./util")); | ||
} else { | ||
@@ -10,6 +10,6 @@ var mod = { | ||
}; | ||
factory(mod.exports, global.alter, global.create, global.select, global._delete, global.update, global.insert, global.command, global.exec, global.expr, global.limit, global.show, global.sqlite, global._with, global.util); | ||
factory(mod.exports, global.alter, global.create, global.select, global._delete, global.update, global.insert, global.command, global.exec, global.expr, global.limit, global.show, global.analyze, global._with, global.util); | ||
global.union = mod.exports; | ||
} | ||
})(typeof globalThis !== "undefined" ? globalThis : typeof self !== "undefined" ? self : this, function (_exports, _alter, _create, _select, _delete, _update, _insert, _command, _exec, _expr, _limit2, _show, _sqlite, _with, _util) { | ||
})(typeof globalThis !== "undefined" ? globalThis : typeof self !== "undefined" ? self : this, function (_exports, _alter, _create, _select, _delete, _update, _insert, _command, _exec, _expr, _limit2, _show, _analyze, _with, _util) { | ||
"use strict"; | ||
@@ -25,4 +25,4 @@ | ||
alter: _alter.alterToSQL, | ||
analyze: _sqlite.analyzeToSQL, | ||
attach: _sqlite.attachToSQL, | ||
analyze: _analyze.analyzeToSQL, | ||
attach: _analyze.attachToSQL, | ||
create: _create.createToSQL, | ||
@@ -29,0 +29,0 @@ select: _select.selectToSQL, |
{ | ||
"name": "node-sql-parser", | ||
"version": "4.6.1", | ||
"version": "4.6.2", | ||
"description": "simple node sql parser", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Minified code
QualityThis package contains minified code. This may be harmless in some cases where minified code is included in packaged libraries, however packages on npm should not minify code.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
43944138
26086
9