Socket
Socket
Sign inDemoInstall

@aws-sdk/lib-dynamodb

Package Overview
Dependencies
Maintainers
5
Versions
357
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@aws-sdk/lib-dynamodb - npm Package Compare versions

Comparing version 3.609.0 to 3.610.0

2

dist-cjs/index.js

@@ -94,3 +94,3 @@ "use strict";

if (Array.isArray(obj)) {
accumulator = [...obj].filter((item) => typeof item !== "function");
accumulator = obj.filter((item) => typeof item !== "function");
} else {

@@ -97,0 +97,0 @@ accumulator = {};

@@ -37,3 +37,3 @@ import { marshall, unmarshall } from "@aws-sdk/util-dynamodb";

if (Array.isArray(obj)) {
accumulator = [...obj].filter((item) => typeof item !== "function");
accumulator = obj.filter((item) => typeof item !== "function");
}

@@ -40,0 +40,0 @@ else {

{
"name": "@aws-sdk/lib-dynamodb",
"version": "3.609.0",
"version": "3.610.0",
"description": "The document client simplifies working with items in Amazon DynamoDB by abstracting away the notion of attribute values.",

@@ -5,0 +5,0 @@ "main": "./dist-cjs/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