Comparing version 1.0.66 to 1.0.67
@@ -229,2 +229,11 @@ const LunaJS = {}; | ||
LunaJS.Query.fillParam = function (key, value, arr) { | ||
if (key && value && arr.keys && arr.values) { | ||
arr.keys.push(key); | ||
arr.values.push(value); | ||
} else { | ||
return false; | ||
}; | ||
}; | ||
LunaJS.Query.save = function (obj, db) { | ||
@@ -231,0 +240,0 @@ const attributesAsArray = Object.entries(obj); |
{ | ||
"name": "jarmlib", | ||
"version": "1.0.66", | ||
"version": "1.0.67", | ||
"description": "Back-end framework", | ||
@@ -5,0 +5,0 @@ "main": "index.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
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.
Found 1 instance in 1 package
12478
376
0