electrodb
Advanced tools
Comparing version 2.3.3 to 2.3.4
{ | ||
"name": "electrodb", | ||
"version": "2.3.3", | ||
"version": "2.3.4", | ||
"description": "A library to more easily create and interact with multiple entities and heretical relationships in dynamodb", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
@@ -236,2 +236,6 @@ const t = require("./types"); | ||
function getFirstDefined(...params) { | ||
return params.find(val => val !== undefined); | ||
} | ||
module.exports = { | ||
@@ -245,2 +249,3 @@ getUnique, | ||
shiftSortOrder, | ||
getFirstDefined, | ||
getInstanceType, | ||
@@ -247,0 +252,0 @@ getModelVersion, |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
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
10136
394853
105