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

@privy-io/api-base

Package Overview
Dependencies
Maintainers
7
Versions
144
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@privy-io/api-base - npm Package Compare versions

Comparing version 1.1.0 to 1.1.1-beta-20240530211657

5

dist/index.d.ts

@@ -108,2 +108,5 @@ import { z } from 'zod';

}
declare class RequestTimeoutError extends HttpError {
constructor(message: string, errorCode?: PrivyErrorCode);
}
declare class UnsupportedMediaType extends HttpError {

@@ -143,2 +146,2 @@ constructor(message: string);

export { APIError, AllowlistRejectedError, ApiErrorType, ForbiddenError, HttpError, InternalServerError, InvalidInputError, LegacyInvalidInputError, NotFoundError, PrivyErrorCode, TooManyRequestsError, UnauthorizedError, UnsupportedMediaType };
export { APIError, AllowlistRejectedError, ApiErrorType, ForbiddenError, HttpError, InternalServerError, InvalidInputError, LegacyInvalidInputError, NotFoundError, PrivyErrorCode, RequestTimeoutError, TooManyRequestsError, UnauthorizedError, UnsupportedMediaType };

2

dist/index.js

@@ -1,1 +0,1 @@

"use strict";var o=Object.defineProperty;var L=Object.getOwnPropertyDescriptor;var m=Object.getOwnPropertyNames;var E=Object.prototype.hasOwnProperty;var R=(s,t)=>{for(var e in t)o(s,e,{get:t[e],enumerable:!0})},x=(s,t,e,I)=>{if(t&&typeof t=="object"||typeof t=="function")for(let a of m(t))!E.call(s,a)&&a!==e&&o(s,a,{get:()=>t[a],enumerable:!(I=L(t,a))||I.enumerable});return s};var g=s=>x(o({},"__esModule",{value:!0}),s);var U={};R(U,{APIError:()=>d,AllowlistRejectedError:()=>p,ForbiddenError:()=>u,HttpError:()=>n,InternalServerError:()=>S,InvalidInputError:()=>N,LegacyInvalidInputError:()=>D,NotFoundError:()=>O,PrivyErrorCode:()=>c,TooManyRequestsError:()=>T,UnauthorizedError:()=>A,UnsupportedMediaType:()=>l});module.exports=g(U);var c=(_=>(_.OAUTH_ACCOUNT_SUSPENDED="oauth_account_suspended",_.MISSING_OR_INVALID_PRIVY_APP_ID="missing_or_invalid_privy_app_id",_.MISSING_OR_INVALID_PRIVY_ACCOUNT_ID="missing_or_invalid_privy_account_id",_.MISSING_OR_INVALID_TOKEN="missing_or_invalid_token",_.MISSING_OR_INVALID_MFA="missing_or_invalid_mfa",_.EXPIRED_OR_INVALID_MFA_TOKEN="expired_or_invalid_mfa_token",_.INVALID_DATA="invalid_data",_.INVALID_CREDENTIALS="invalid_credentials",_.INVALID_CAPTCHA="invalid_captcha",_.LINKED_TO_ANOTHER_USER="linked_to_another_user",_.ALLOWLIST_REJECTED="allowlist_rejected",_.CANNOT_UNLINK_EMBEDDED_WALLET="cannot_unlink_embedded_wallet",_.CANNOT_UNLINK_SOLE_ACCOUNT="cannot_unlink_sole_account",_.CANNOT_LINK_MORE_OF_TYPE="cannot_link_more_of_type",_.LINKED_ACCOUNT_NOT_FOUND="linked_account_not_found",_.TOO_MANY_REQUESTS="too_many_requests",_.INVALID_ORIGIN="invalid_origin",_.MISSING_ORIGIN="missing_origin",_.INVALID_NATIVE_APP_ID="invalid_native_app_id",_.TOKEN_ALREADY_USED="token_already_used",_.ALREADY_LOGGED_OUT="already_logged_out",_.NOT_SUPPORTED="not_supported",_.USER_UNSUBSCRIBED="user_unsubscribed",_.MAX_APPS_REACHED="max_apps_reached",_.USER_LIMIT_REACHED="max_accounts_reached",_.DEVICE_REVOKED="device_revoked",_.WALLET_PASSWORD_EXISTS="wallet_password_exists",_.OAUTH_STATE_MISMATCH="oauth_state_mismatch",_.MAX_DENYLIST_ENTRIES_REACHED="max_denylist_entries_reached",_.DISALLOWED_LOGIN_METHOD="disallowed_login_method",_.DISALLOWED_RECOVERY_METHOD="disallowed_recovery_method",_.LEGACY_DASHBOARD_LOGIN_CONFIGURATION="legacy_dashboard_login_configuration",_.CANNOT_SET_PASSWORD="cannot_set_password",_.INVALID_PKCE_PARAMETERS="invalid_pkce_parameters",_.INVALID_APP_URL_SCHEME_CONFIGURATION="invalid_app_url_scheme_configuration",_))(c||{});var n=class extends Error{status;code;constructor(t,e,I){super(e),this.code=I,this.status=t}toString(){return`${this.constructor.name}: ${this.message}${this.cause?` [cause: ${this.cause}]`:""}`}},N=class extends n{constructor(t,e){super(400,t,e)}},A=class extends n{constructor(t,e){super(401,t,e)}},p=class extends A{constructor(t){super(t||"User is not allowed to login to this app.","allowlist_rejected")}},u=class extends n{constructor(t,e){super(403,t,e)}},O=class extends n{constructor(t){super(404,t)}},l=class extends n{constructor(t){super(415,t)}},D=class extends n{constructor(t,e){super(422,t,e)}},T=class extends n{constructor(t){super(429,t||"Too many requests. Please wait to try again.","too_many_requests")}},S=class extends n{constructor(t){super(500,t||"Service unavailable.")}};var i=require("zod");var d=i.z.object({error:i.z.string(),cause:i.z.string().optional(),code:i.z.nativeEnum(c).optional()});0&&(module.exports={APIError,AllowlistRejectedError,ForbiddenError,HttpError,InternalServerError,InvalidInputError,LegacyInvalidInputError,NotFoundError,PrivyErrorCode,TooManyRequestsError,UnauthorizedError,UnsupportedMediaType});
"use strict";var A=Object.defineProperty;var E=Object.getOwnPropertyDescriptor;var m=Object.getOwnPropertyNames;var x=Object.prototype.hasOwnProperty;var R=(s,t)=>{for(var e in t)A(s,e,{get:t[e],enumerable:!0})},d=(s,t,e,o)=>{if(t&&typeof t=="object"||typeof t=="function")for(let a of m(t))!x.call(s,a)&&a!==e&&A(s,a,{get:()=>t[a],enumerable:!(o=E(t,a))||o.enumerable});return s};var g=s=>d(A({},"__esModule",{value:!0}),s);var h={};R(h,{APIError:()=>U,AllowlistRejectedError:()=>N,ForbiddenError:()=>l,HttpError:()=>n,InternalServerError:()=>L,InvalidInputError:()=>p,LegacyInvalidInputError:()=>T,NotFoundError:()=>u,PrivyErrorCode:()=>c,RequestTimeoutError:()=>O,TooManyRequestsError:()=>S,UnauthorizedError:()=>I,UnsupportedMediaType:()=>D});module.exports=g(h);var c=(_=>(_.OAUTH_ACCOUNT_SUSPENDED="oauth_account_suspended",_.MISSING_OR_INVALID_PRIVY_APP_ID="missing_or_invalid_privy_app_id",_.MISSING_OR_INVALID_PRIVY_ACCOUNT_ID="missing_or_invalid_privy_account_id",_.MISSING_OR_INVALID_TOKEN="missing_or_invalid_token",_.MISSING_OR_INVALID_MFA="missing_or_invalid_mfa",_.EXPIRED_OR_INVALID_MFA_TOKEN="expired_or_invalid_mfa_token",_.INVALID_DATA="invalid_data",_.INVALID_CREDENTIALS="invalid_credentials",_.INVALID_CAPTCHA="invalid_captcha",_.LINKED_TO_ANOTHER_USER="linked_to_another_user",_.ALLOWLIST_REJECTED="allowlist_rejected",_.CANNOT_UNLINK_EMBEDDED_WALLET="cannot_unlink_embedded_wallet",_.CANNOT_UNLINK_SOLE_ACCOUNT="cannot_unlink_sole_account",_.CANNOT_LINK_MORE_OF_TYPE="cannot_link_more_of_type",_.LINKED_ACCOUNT_NOT_FOUND="linked_account_not_found",_.TOO_MANY_REQUESTS="too_many_requests",_.INVALID_ORIGIN="invalid_origin",_.MISSING_ORIGIN="missing_origin",_.INVALID_NATIVE_APP_ID="invalid_native_app_id",_.TOKEN_ALREADY_USED="token_already_used",_.ALREADY_LOGGED_OUT="already_logged_out",_.NOT_SUPPORTED="not_supported",_.USER_UNSUBSCRIBED="user_unsubscribed",_.MAX_APPS_REACHED="max_apps_reached",_.USER_LIMIT_REACHED="max_accounts_reached",_.DEVICE_REVOKED="device_revoked",_.WALLET_PASSWORD_EXISTS="wallet_password_exists",_.OAUTH_STATE_MISMATCH="oauth_state_mismatch",_.MAX_DENYLIST_ENTRIES_REACHED="max_denylist_entries_reached",_.DISALLOWED_LOGIN_METHOD="disallowed_login_method",_.DISALLOWED_RECOVERY_METHOD="disallowed_recovery_method",_.LEGACY_DASHBOARD_LOGIN_CONFIGURATION="legacy_dashboard_login_configuration",_.CANNOT_SET_PASSWORD="cannot_set_password",_.INVALID_PKCE_PARAMETERS="invalid_pkce_parameters",_.INVALID_APP_URL_SCHEME_CONFIGURATION="invalid_app_url_scheme_configuration",_))(c||{});var n=class extends Error{status;code;constructor(t,e,o){super(e),this.code=o,this.status=t}toString(){return`${this.constructor.name}: ${this.message}${this.cause?` [cause: ${this.cause}]`:""}`}},p=class extends n{constructor(t,e){super(400,t,e)}},I=class extends n{constructor(t,e){super(401,t,e)}},N=class extends I{constructor(t){super(t||"User is not allowed to login to this app.","allowlist_rejected")}},l=class extends n{constructor(t,e){super(403,t,e)}},u=class extends n{constructor(t){super(404,t)}},O=class extends n{constructor(t,e){super(408,t,e)}},D=class extends n{constructor(t){super(415,t)}},T=class extends n{constructor(t,e){super(422,t,e)}},S=class extends n{constructor(t){super(429,t||"Too many requests. Please wait to try again.","too_many_requests")}},L=class extends n{constructor(t){super(500,t||"Service unavailable.")}};var i=require("zod");var U=i.z.object({error:i.z.string(),cause:i.z.string().optional(),code:i.z.nativeEnum(c).optional()});0&&(module.exports={APIError,AllowlistRejectedError,ForbiddenError,HttpError,InternalServerError,InvalidInputError,LegacyInvalidInputError,NotFoundError,PrivyErrorCode,RequestTimeoutError,TooManyRequestsError,UnauthorizedError,UnsupportedMediaType});
{
"name": "@privy-io/api-base",
"version": "1.1.0",
"version": "1.1.1-beta-20240530211657",
"engines": {

@@ -5,0 +5,0 @@ "npm": ">=8.0.0",

Sorry, the diff of this file is not supported yet

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