New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@xapp/dynamo-service

Package Overview
Dependencies
Maintainers
5
Versions
155
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@xapp/dynamo-service - npm Package Compare versions

Comparing version 0.0.60 to 0.0.61

xapp-dynamo-service-0.0.60.tgz

6

dist/dynamo-query-builder/DynamoQueryBuilder.js

@@ -90,4 +90,6 @@ "use strict";

const returnObj = this.buildObj();
returnObj.ExpressionAttributeNames = this.ExpressionAttributeNames;
if (this.ExpressionAttributeValues) {
if (Object.keys(this.ExpressionAttributeNames).length > 0) {
returnObj.ExpressionAttributeNames = this.ExpressionAttributeNames;
}
if (this.ExpressionAttributeValues && Object.keys(this.ExpressionAttributeValues).length > 0) {
returnObj.ExpressionAttributeValues = this.ExpressionAttributeValues;

@@ -94,0 +96,0 @@ }

{
"name": "@xapp/dynamo-service",
"version": "0.0.60",
"version": "0.0.61",
"description": "A dynamo help class which will help maintain data integrity.",

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