@xapp/dynamo-service
Advanced tools
Comparing version 0.0.73 to 0.0.74
@@ -140,4 +140,5 @@ "use strict"; | ||
return this.db.get(this.tableName, realKey, projection) | ||
.then(item => this.convertObjFromDynamo(item)) | ||
.then(item => this.cleanseObjectOfIgnoredGetItems(item)); | ||
.then(item => (Array.isArray(item)) ? item.map(this.convertObjFromDynamo) : this.convertObjFromDynamo(item)) | ||
.then(item => (Array.isArray(item)) ? item.map(this.cleanseObjectOfIgnoredGetItems) : this.cleanseObjectOfIgnoredGetItems(item)) | ||
.then(item => item); | ||
} | ||
@@ -144,0 +145,0 @@ query(params, projection) { |
{ | ||
"name": "@xapp/dynamo-service", | ||
"version": "0.0.73", | ||
"version": "0.0.74", | ||
"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
144691
3885