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

@cumulus/aws-client

Package Overview
Dependencies
Maintainers
12
Versions
135
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@cumulus/aws-client - npm Package Compare versions

Comparing version 10.0.0-beta.0 to 10.0.0

10

package.json
{
"name": "@cumulus/aws-client",
"version": "10.0.0-beta.0",
"version": "10.0.0",
"description": "Utilities for working with AWS",

@@ -46,5 +46,5 @@ "keywords": [

"dependencies": {
"@cumulus/checksum": "10.0.0-beta.0",
"@cumulus/errors": "10.0.0-beta.0",
"@cumulus/logger": "10.0.0-beta.0",
"@cumulus/checksum": "10.0.0",
"@cumulus/errors": "10.0.0",
"@cumulus/logger": "10.0.0",
"aws-sdk": "^2.814.0",

@@ -58,3 +58,3 @@ "jsonpath-plus": "^1.1.0",

},
"gitHead": "bc283986be627ba06a4084cabd4e01d1540d14c7"
"gitHead": "7c6d2d1cd79b57d6943bbc3d898d0cf975b543b1"
}

@@ -861,2 +861,3 @@ # @cumulus/aws-client

| [params.copyTags] | <code>boolean</code> | <code>false</code> | |
| [params.chunkSize] | <code>number</code> | | chunk size of the S3 multipart uploads |

@@ -879,2 +880,3 @@ <a name="module_S3..moveObject"></a>

| [params.copyTags] | <code>boolean</code> | <code>false</code> | |
| [params.chunkSize] | <code>number</code> | | chunk size of the S3 multipart uploads |

@@ -881,0 +883,0 @@ <a name="module_SNS"></a>

@@ -323,5 +323,3 @@ "use strict";

*/
const getObject = (
// eslint-disable-next-line no-shadow
s3Client, params) => s3Client.getObject(params).promise();
const getObject = (s3Client, params) => s3Client.getObject(params).promise();
exports.getObject = getObject;

@@ -328,0 +326,0 @@ /**

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