@xapp/dynamo-service
Advanced tools
Comparing version 0.0.93 to 0.0.94
@@ -206,3 +206,5 @@ "use strict"; | ||
for (let key in this.keyConverters) { | ||
copy[key] = this.keyConverters[key].toObj(obj[key]); | ||
if (obj.hasOwnProperty(key)) { | ||
copy[key] = this.keyConverters[key].toObj(obj[key]); | ||
} | ||
} | ||
@@ -209,0 +211,0 @@ return copy; |
{ | ||
"name": "@xapp/dynamo-service", | ||
"version": "0.0.93", | ||
"version": "0.0.94", | ||
"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
146213
3906