@xapp/dynamo-service
Advanced tools
Comparing version 0.0.59 to 0.0.60
@@ -182,6 +182,4 @@ "use strict"; | ||
function ensureEnums(keysWithEnums, obj) { | ||
console.log("ENSURING ENUMS", keysWithEnums); | ||
for (let key in keysWithEnums) { | ||
const value = obj[key]; | ||
console.log("CHECKING " + value + " " + keysWithEnums[key]); | ||
if (typeof value === "string") { | ||
@@ -188,0 +186,0 @@ if (keysWithEnums[key].indexOf(value) < 0) { |
{ | ||
"name": "@xapp/dynamo-service", | ||
"version": "0.0.59", | ||
"version": "0.0.60", | ||
"description": "A dynamo help class which will help maintain data integrity.", | ||
@@ -5,0 +5,0 @@ "main": "dist/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
Native code
Supply chain riskContains native code (e.g., compiled binaries or shared libraries). Including native code can obscure malicious behavior.
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
Native code
Supply chain riskContains native code (e.g., compiled binaries or shared libraries). Including native code can obscure malicious behavior.
Found 1 instance in 1 package
140348
3779