Comparing version 1.0.5 to 1.0.6
@@ -60,3 +60,3 @@ module.exports=function init(MYSQLPool,opts){ | ||
,queryLine=isVerbose ? | ||
(new Error("!").stack).split('\n').filter((line,i)=>i && !line.match(/node_modules\/dbq\/dbq/))[0].split(":")[1] | ||
(new Error("!").stack).split('\n').filter((line,i)=>i && !line.match(/node_modules\/dbq\/dbq/))[0] | ||
: false | ||
@@ -63,0 +63,0 @@ |
{ | ||
"name": "dbq", | ||
"version": "1.0.5", | ||
"version": "1.0.6", | ||
"description": "terse node-mysql query wrapper to ease parallel & series execution, + simple CRUD ops", | ||
@@ -5,0 +5,0 @@ "main": "dbq.js", |
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
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
38623