oneday-core
Advanced tools
Comparing version 1.0.3-6.1 to 1.0.3-6.2
@@ -129,2 +129,5 @@ const aws = require('aws-sdk'); | ||
console.log("==> update"); | ||
console.log(require('./variable').getInstanceRequestId()); | ||
if (expr.includes('set')) { | ||
@@ -131,0 +134,0 @@ params.UpdateExpression = expr + ', #modified = :modified'; |
{ | ||
"name": "oneday-core", | ||
"version": "1.0.36.1", | ||
"version": "1.0.36.2", | ||
"description": "Basic AWS util functions to ease development.", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
@@ -39,4 +39,2 @@ module.exports.getDynamoDbArn = getDynamoDbArn; | ||
const property = props[each]; | ||
console.log("==>"); | ||
console.log(property); | ||
if (property.toString().indexOf('.') > 0) { | ||
@@ -49,6 +47,3 @@ let splitProperty = property.split('.'); | ||
currentObj = currentObj[currentProp]; | ||
console.log(">"); | ||
console.log(currentObj); | ||
if (currentObj === null || currentObj.toString().trim() === '') { | ||
console.log(currentObj); | ||
missingProps.push(property); | ||
@@ -55,0 +50,0 @@ break; |
Manifest confusion
Supply chain riskThis package has inconsistent metadata. This could be malicious or caused by an error when publishing the package.
Found 1 instance in 1 package
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
Manifest confusion
Supply chain riskThis package has inconsistent metadata. This could be malicious or caused by an error when publishing the package.
Found 1 instance in 1 package
1
24389
656