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

@cumulus/errors

Package Overview
Dependencies
Maintainers
12
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 10.1.2 to 11.0.0

7

dist/index.d.ts

@@ -330,3 +330,10 @@ /**

};
export declare const UnmetRequirementsError: {
new (message: string): {
name: string;
message: string;
stack?: string | undefined;
};
};
export {};
//# sourceMappingURL=index.d.ts.map

3

dist/index.js
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.IndexExistsError = exports.PostgresUpdateFailed = exports.PostgresValidationError = exports.GranuleNotPublished = exports.RecordAlreadyMigrated = exports.MissingRequiredEnvVarError = exports.ValidationError = exports.UnparsableFileLocationError = exports.UnmatchedRegexError = exports.UnexpectedFileSize = exports.RecordDoesNotExist = exports.PDRParsingError = exports.MissingRequiredEnvVar = exports.MissingRequiredArgument = exports.MismatchPdrCollection = exports.InvalidRegexError = exports.InvalidChecksum = exports.InvalidArgument = exports.HostNotFound = exports.ApiCollisionError = exports.FTPError = exports.FileNotFound = exports.EcsStartTaskError = exports.DuplicateFile = exports.DeletePublishedGranule = exports.CumulusMessageError = exports.ConnectionTimeout = exports.ProviderNotFound = exports.MissingBucketMap = exports.CMRInternalError = exports.CMRMetaFileNotFound = exports.XmlMetaFileNotFound = exports.RemoteResourceError = exports.ResourcesLockedError = exports.IncompleteError = exports.NotNeededError = exports.WorkflowError = exports.isConditionalCheckException = exports.isWorkflowError = exports.isThrottlingException = exports.ThrottlingException = exports.createErrorType = void 0;
exports.UnmetRequirementsError = exports.IndexExistsError = exports.PostgresUpdateFailed = exports.PostgresValidationError = exports.GranuleNotPublished = exports.RecordAlreadyMigrated = exports.MissingRequiredEnvVarError = exports.ValidationError = exports.UnparsableFileLocationError = exports.UnmatchedRegexError = exports.UnexpectedFileSize = exports.RecordDoesNotExist = exports.PDRParsingError = exports.MissingRequiredEnvVar = exports.MissingRequiredArgument = exports.MismatchPdrCollection = exports.InvalidRegexError = exports.InvalidChecksum = exports.InvalidArgument = exports.HostNotFound = exports.ApiCollisionError = exports.FTPError = exports.FileNotFound = exports.EcsStartTaskError = exports.DuplicateFile = exports.DeletePublishedGranule = exports.CumulusMessageError = exports.ConnectionTimeout = exports.ProviderNotFound = exports.MissingBucketMap = exports.CMRInternalError = exports.CMRMetaFileNotFound = exports.XmlMetaFileNotFound = exports.RemoteResourceError = exports.ResourcesLockedError = exports.IncompleteError = exports.NotNeededError = exports.WorkflowError = exports.isConditionalCheckException = exports.isWorkflowError = exports.isThrottlingException = exports.ThrottlingException = exports.createErrorType = void 0;
/**

@@ -122,2 +122,3 @@ * Creates a new error type with the given name and parent class. Sets up

exports.IndexExistsError = (0, exports.createErrorType)('IndexExistsError');
exports.UnmetRequirementsError = (0, exports.createErrorType)('UnmetRequirementsError');
//# sourceMappingURL=index.js.map
{
"name": "@cumulus/errors",
"version": "10.1.2",
"version": "11.0.0",
"description": "Provides error classes for Cumulus",

@@ -36,3 +36,3 @@ "keywords": [

"license": "Apache-2.0",
"gitHead": "3b59753fa85064549b70ad8ed4a4ee213c5af313"
"gitHead": "e922ad12fd94affa6cd60a97a184a465a756c50b"
}
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