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
6
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.70 to 0.0.71

xapp-dynamo-service-0.0.70.tgz

8

dist/service/TableService.js

@@ -122,3 +122,9 @@ "use strict";

ensureEnums(this.enumKeys, set);
return this.db.update(this.tableName, key, { set, remove, append }, conditionExpression, returnType);
return this.db
.update(this.tableName, key, { set, remove, append }, conditionExpression, returnType)
.then((results) => {
if (results) {
return this.cleanseObjectOfIgnoredGetItems(results);
}
});
}

@@ -125,0 +131,0 @@ get(key, projection) {

2

package.json
{
"name": "@xapp/dynamo-service",
"version": "0.0.70",
"version": "0.0.71",
"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