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 12.9.2 to 12.9.3

3

lib/module/dy/util.js

@@ -5,2 +5,3 @@ import assert from 'assert';

import isEqual from 'lodash.isequal';
import clonedeep from 'lodash.clonedeep';
import MergeAttributes from './util/merge-attributes.js';

@@ -27,3 +28,3 @@ import ValidateItem from './util/validate-item.js';

(prev, [k, v]) => Object
.assign(prev, { [k]: typeof v === 'function' ? v(item) : v }),
.assign(prev, { [k]: clonedeep(typeof v === 'function' ? v(item) : v) }),
{}

@@ -30,0 +31,0 @@ ),

{
"name": "aws-sdk-wrap",
"type": "module",
"version": "12.9.2",
"version": "12.9.3",
"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