aws-sdk-wrap
Advanced tools
Comparing version 13.0.7 to 13.0.8
import assert from 'assert'; | ||
import Joi from 'joi-strict'; | ||
import objectFields from 'object-fields'; | ||
import { Retainer } from 'object-fields'; | ||
import Paging from '../../../util/paging.js'; | ||
@@ -156,3 +156,3 @@ | ||
if (toReturn !== null) { | ||
objectFields.Retainer(toReturn)(items); | ||
Retainer(toReturn)(items); | ||
} | ||
@@ -159,0 +159,0 @@ return { items, page }; |
import assert from 'assert'; | ||
import Joi from 'joi-strict'; | ||
import objectFields from 'object-fields'; | ||
import { Retainer } from 'object-fields'; | ||
import isEqual from 'lodash.isequal'; | ||
@@ -144,3 +144,3 @@ import clonedeep from 'lodash.clonedeep'; | ||
assert(toReturn.every((e) => e in attributes), 'Unknown field in "toReturn" provided'); | ||
objectFields.Retainer(toReturn)(resultItem); | ||
Retainer(toReturn)(resultItem); | ||
} | ||
@@ -147,0 +147,0 @@ return { |
{ | ||
"name": "aws-sdk-wrap", | ||
"type": "module", | ||
"version": "13.0.7", | ||
"version": "13.0.8", | ||
"description": "Wrapper around aws-sdk", | ||
@@ -37,9 +37,9 @@ "main": "lib/index.js", | ||
"devDependencies": { | ||
"@aws-sdk/client-cloudwatch": "3.382.0", | ||
"@aws-sdk/client-dynamodb": "3.382.0", | ||
"@aws-sdk/client-lambda": "3.382.0", | ||
"@aws-sdk/client-s3": "3.383.0", | ||
"@aws-sdk/client-sqs": "3.382.0", | ||
"@aws-sdk/client-ssm": "3.382.0", | ||
"@aws-sdk/lib-dynamodb": "3.382.0", | ||
"@aws-sdk/client-cloudwatch": "3.385.0", | ||
"@aws-sdk/client-dynamodb": "3.385.0", | ||
"@aws-sdk/client-lambda": "3.385.0", | ||
"@aws-sdk/client-s3": "3.385.0", | ||
"@aws-sdk/client-sqs": "3.385.0", | ||
"@aws-sdk/client-ssm": "3.385.0", | ||
"@aws-sdk/lib-dynamodb": "3.385.0", | ||
"@aws-sdk/util-retry": "3.374.0", | ||
@@ -49,5 +49,5 @@ "@babel/core": "7.22.9", | ||
"@babel/register": "7.22.5", | ||
"@blackflux/axios": "1.1.3", | ||
"@blackflux/eslint-plugin-rules": "2.2.0", | ||
"@blackflux/robo-config-plugin": "9.1.7", | ||
"@blackflux/axios": "2.0.0", | ||
"@blackflux/eslint-plugin-rules": "3.0.0", | ||
"@blackflux/robo-config-plugin": "9.1.9", | ||
"c8": "8.0.1", | ||
@@ -62,5 +62,5 @@ "chai": "4.3.7", | ||
"eslint-plugin-mocha": "10.1.0", | ||
"js-gardener": "5.0.0", | ||
"node-tdd": "3.5.4", | ||
"smart-fs": "3.0.2" | ||
"js-gardener": "5.0.1", | ||
"node-tdd": "4.0.0", | ||
"smart-fs": "4.0.0" | ||
}, | ||
@@ -81,5 +81,5 @@ "peerDependencies": {}, | ||
"dependencies": { | ||
"joi-strict": "2.0.1", | ||
"lambda-async": "2.0.1", | ||
"lambda-monitor-logger": "4.0.0", | ||
"joi-strict": "3.0.0", | ||
"lambda-async": "3.0.0", | ||
"lambda-monitor-logger": "5.0.0", | ||
"lodash.chunk": "4.2.0", | ||
@@ -89,7 +89,7 @@ "lodash.clonedeep": "4.5.0", | ||
"lodash.isequal": "4.5.0", | ||
"object-fields": "3.0.1", | ||
"object-hash-strict": "3.0.1", | ||
"object-scan": "18.5.1", | ||
"promise-pool-ext": "3.0.0" | ||
"object-fields": "4.0.0", | ||
"object-hash-strict": "4.0.0", | ||
"object-scan": "19.0.0", | ||
"promise-pool-ext": "3.0.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
98172
+ Addedjoi@17.9.2(transitive)
+ Addedjoi-strict@3.0.0(transitive)
+ Addedlambda-async@3.0.0(transitive)
+ Addedlambda-monitor-logger@5.0.0(transitive)
+ Addedobject-fields@4.0.0(transitive)
+ Addedobject-hash@3.0.0(transitive)
+ Addedobject-hash-strict@4.0.0(transitive)
+ Addedobject-scan@19.0.0(transitive)
+ Addedpromise-pool-ext@3.0.1(transitive)
- Removedlambda-async@2.0.1(transitive)
- Removedlambda-monitor-logger@4.0.0(transitive)
- Removedobject-fields@3.0.1(transitive)
- Removedobject-hash@2.2.0(transitive)
- Removedobject-hash-strict@3.0.1(transitive)
- Removedobject-scan@17.0.018.5.1(transitive)
- Removedpromise-pool-ext@3.0.0(transitive)
Updatedjoi-strict@3.0.0
Updatedlambda-async@3.0.0
Updatedlambda-monitor-logger@5.0.0
Updatedobject-fields@4.0.0
Updatedobject-hash-strict@4.0.0
Updatedobject-scan@19.0.0
Updatedpromise-pool-ext@3.0.1