Socket
Book a DemoInstallSign in
Socket

@fykit/commons

Package Overview
Dependencies
Maintainers
1
Versions
10
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@fykit/commons

Common objects used accross the fykit packages.

latest
Source
npmnpm
Version
1.1.1
Version published
Maintainers
1
Created
Source

Package latest version Required node version Supported types

@fykit/commons

How to install

This is a Node.js module available through the npm registry.

Installation is done using the npm install command:

npm install @fykit/commons

Exported objects

  • CommonError
  • DomainError
  • InfrastructureError
  • HttpError
  • UserFaultHttpError
  • BadRequestHttpError
  • UnauthorizedHttpError
  • PaymentRequiredHttpError
  • ForbiddenHttpError
  • NotFoundHttpError
  • ConflictHttpError
  • GoneHttpError
  • UnprocessableEntityHttpError
  • LockedHttpError
  • TooManyRequestsHttpError
  • ServerFaultHttpError
  • InternalServerErrorHttpError
  • ServiceUnavailableHttpError
  • environments
    • TEST
    • REVIEW
    • STAGING
    • PRODUCTION
    • DEVELOPMENT

Errors inheritance tree

  • CommonError
    • DomainError
    • InfrastructureError
      • HttpError
        • UserFaultHttpError 4xx
          • BadRequestHttpError 400
          • UnauthorizedHttpError 401
          • PaymentRequiredHttpError 402
          • ForbiddenHttpError 403
          • NotFoundHttpError 404
          • ConflictHttpError 409
          • GoneHttpError 410
          • UnprocessableEntityHttpError 422
          • LockedHttpError 423
          • TooManyRequestsHttpError 429
        • ServerFaultHttpError 5xx
          • InternalServerErrorHttpError 500
          • ServiceUnavailableHttpError 503

Keywords

fykit

FAQs

Package last updated on 17 Jan 2021

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts