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

@cumulus/errors

Package Overview
Dependencies
Maintainers
8
Versions
128
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@cumulus/errors - npm Package Compare versions

Comparing version 1.17.0-alpha to 1.17.0-alpha2

9

index.js

@@ -29,2 +29,10 @@ const isFunction = require('lodash.isfunction');

/**
* Test to see if a given exception is an AWS Throttling Exception
*
* @param {Error} err
* @returns {boolean}
*/
const isThrottlingException = (err) => err.code === 'ThrottlingException';
/**
* Returns true if the error is a resource error.

@@ -50,2 +58,3 @@ *

isConditionalCheckException,
isThrottlingException,
isWorkflowError,

@@ -52,0 +61,0 @@

2

package.json
{
"name": "@cumulus/errors",
"version": "1.17.0-alpha",
"version": "1.17.0-alpha2",
"description": "Provides error classes for Cumulus",

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

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