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.1.2 to 11.0.0

10

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

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

"dependencies": {
"@cumulus/checksum": "10.1.2",
"@cumulus/errors": "10.1.2",
"@cumulus/logger": "10.1.2",
"@cumulus/checksum": "11.0.0",
"@cumulus/errors": "11.0.0",
"@cumulus/logger": "11.0.0",
"aws-sdk": "^2.814.0",

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

},
"gitHead": "3b59753fa85064549b70ad8ed4a4ee213c5af313"
"gitHead": "e922ad12fd94affa6cd60a97a184a465a756c50b"
}

@@ -34,3 +34,3 @@ "use strict";

maxTimeout: 5000,
onFailedAttempt: (err) => log.debug(`publishSnsMessage('${snsTopicArn}', '${message}') failed with ${err.retriesLeft} retries left: ${err.message}`),
onFailedAttempt: (err) => log.debug(`publishSnsMessage('${snsTopicArn}', '${JSON.stringify(message)}') failed with ${err.retriesLeft} retries left: ${JSON.stringify(err)}`),
...retryOptions,

@@ -37,0 +37,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