node-aws-utils
Advanced tools
Comparing version 1.5.0 to 1.6.0
@@ -51,3 +51,3 @@ "use strict"; | ||
for (const key of keys) { | ||
if (data[key]) { | ||
if (data[key] !== void 0) { | ||
attributes[key] = { | ||
@@ -54,0 +54,0 @@ Action: 'PUT', |
{ | ||
"name": "node-aws-utils", | ||
"version": "1.5.0", | ||
"version": "1.6.0", | ||
"description": "aws utils", | ||
@@ -32,3 +32,3 @@ "keywords": [ | ||
"aws-sdk": "^2.822.0", | ||
"node-result": "^8.0.0" | ||
"node-result": "^10.1.0" | ||
}, | ||
@@ -40,3 +40,3 @@ "devDependencies": { | ||
"eslint": "^7.17.0", | ||
"husky": "^5.0.6", | ||
"husky": "^5.2.0", | ||
"pinst": "^2.1.1", | ||
@@ -43,0 +43,0 @@ "prettier": "^2.2.1", |
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
7520
+ Addednode-result@10.1.0(transitive)
+ Addedwhich-typed-array@1.1.16(transitive)
- Removednode-result@8.1.0(transitive)
- Removedwhich-typed-array@1.1.15(transitive)
Updatednode-result@^10.1.0