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

leo-aws

Package Overview
Dependencies
Maintainers
1
Versions
27
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

leo-aws - npm Package Compare versions

Comparing version 1.4.1 to 1.4.2

3

lib/dynamodb.js

@@ -118,3 +118,4 @@ "use strict";

}
return docClient.update(command).promise().then(data => true);
return docClient.update(command).promise().then(data => command.ReturnValues && command.ReturnValues != "NONE" ? data : true);
},

@@ -121,0 +122,0 @@ updateMulti: function(items, opts = {}) {

{
"name": "leo-aws",
"version": "1.4.1",
"version": "1.4.2",
"description": "Helper wrappers around AWS services, specifically to ease backoff retry and streaming of data into and out of AWS services",

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