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

@8base/error-codes

Package Overview
Dependencies
Maintainers
3
Versions
23
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@8base/error-codes - npm Package Compare versions

Comparing version 1.0.14 to 1.0.15

3

dist/index.d.ts

@@ -9,3 +9,3 @@ declare const _default: {

UserNotConfirmedErrorCode: string;
UserNotExistErrorCode: string;
UserNotFoundErrorCode: string;
IllegalOperationErrorCode: string;

@@ -20,3 +20,4 @@ ValidationErrorCode: string;

BillingPlanLimitErrorCode: string;
ExternalServiceErrorCode: string;
};
export default _default;

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

UserNotConfirmedErrorCode: "UserNotConfirmedError",
UserNotExistErrorCode: "UserNoExistError",
UserNotFoundErrorCode: "UserNoFoundError",
IllegalOperationErrorCode: "IllegalOperationError",

@@ -22,2 +22,3 @@ ValidationErrorCode: "ValidationError",

BillingPlanLimitErrorCode: "BillingPlanLimitError",
ExternalServiceErrorCode: "ExternalServiceError",
};

@@ -9,3 +9,3 @@ export default {

UserNotConfirmedErrorCode: "UserNotConfirmedError",
UserNotExistErrorCode: "UserNoExistError",
UserNotFoundErrorCode: "UserNoFoundError",
IllegalOperationErrorCode: "IllegalOperationError",

@@ -20,2 +20,3 @@ ValidationErrorCode: "ValidationError",

BillingPlanLimitErrorCode: "BillingPlanLimitError",
ExternalServiceErrorCode: "ExternalServiceError",
};
{
"name": "@8base/error-codes",
"version": "1.0.14",
"version": "1.0.15",
"description": "8base errors module",

@@ -5,0 +5,0 @@ "main": "dist/index.js",

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