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

dynamodb-toolbox

Package Overview
Dependencies
Maintainers
2
Versions
151
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

dynamodb-toolbox - npm Package Compare versions

Comparing version 0.6.3 to 0.6.4

1

dist/classes/Entity/Entity.js

@@ -543,2 +543,3 @@ "use strict";

(data[field] === null || String(data[field]).trim() === '') &&
!Array.isArray(data[field]) &&
(!mapping.link || mapping.save)) {

@@ -545,0 +546,0 @@ // Verify attribute is not required

2

package.json
{
"name": "dynamodb-toolbox",
"version": "0.6.3",
"version": "0.6.4",
"description": "A simple set of tools for working with Amazon DynamoDB and the DocumentClient.",

@@ -5,0 +5,0 @@ "author": "Jeremy Daly <jeremy@jeremydaly.com>",

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