Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

aws-sdk-wrap

Package Overview
Dependencies
Maintainers
1
Versions
252
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

aws-sdk-wrap - npm Package Compare versions

Comparing version 13.2.0 to 13.2.1

12

lib/module/dy/create-model.js
import get from 'lodash.get';
import cloneDeep from 'lodash.clonedeep';
import objectScan from 'object-scan';

@@ -126,2 +127,3 @@ import getFirst from './get-first.js';

return (itemOrItems) => {
const result = cloneDeep(itemOrItems);
objectScan(Object.keys(logic), {

@@ -132,8 +134,10 @@ filterFn: ({

matchedBy.forEach((m) => {
// eslint-disable-next-line no-param-reassign
parent[property] = logic[m][fn](value);
if (value !== null) {
// eslint-disable-next-line no-param-reassign
parent[property] = logic[m][fn](value);
}
});
}
})(itemOrItems);
return itemOrItems;
})(result);
return result;
};

@@ -140,0 +144,0 @@ };

{
"name": "aws-sdk-wrap",
"type": "module",
"version": "13.2.0",
"version": "13.2.1",
"description": "Wrapper around aws-sdk",

@@ -6,0 +6,0 @@ "main": "lib/index.js",

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc