@privy-io/js-sdk-core
Advanced tools
Comparing version 0.3.0-beta-20230928004335 to 0.3.0-beta-20230928152637
@@ -8,3 +8,3 @@ import EventEmitter from "eventemitter3"; | ||
} | ||
declare class CustomProvider { | ||
declare class CustomProviderApi { | ||
#private; | ||
@@ -18,3 +18,3 @@ /** | ||
} | ||
declare class Email { | ||
declare class EmailApi { | ||
#private; | ||
@@ -44,3 +44,3 @@ /** | ||
} | ||
declare class Phone { | ||
declare class PhoneApi { | ||
#private; | ||
@@ -70,3 +70,3 @@ /** | ||
} | ||
declare class Auth { | ||
declare class AuthApi { | ||
#private; | ||
@@ -76,11 +76,11 @@ /** | ||
*/ | ||
readonly customProvider: CustomProvider; | ||
readonly customProvider: CustomProviderApi; | ||
/** | ||
* APIs for passwordless login with sms | ||
*/ | ||
readonly phone: Phone; | ||
readonly phone: PhoneApi; | ||
/** | ||
* APIs for passwordless login with email | ||
*/ | ||
readonly email: Email; | ||
readonly email: EmailApi; | ||
/** | ||
@@ -304,3 +304,3 @@ * Logs the current user out. | ||
} | ||
declare class User { | ||
declare class UserApi { | ||
#private; | ||
@@ -332,11 +332,11 @@ /** | ||
*/ | ||
readonly auth: Auth; | ||
readonly auth: AuthApi; | ||
/** | ||
* APIs for fetching user data | ||
*/ | ||
readonly user: User; | ||
readonly user: UserApi; | ||
/** | ||
* APIs for interacting with a user's embedded wallet | ||
*/ | ||
readonly embeddedWallet: EmbeddedWallet; | ||
readonly embeddedWallet: EmbeddedWalletApi; | ||
/** Create a new `Privy` Client */ | ||
@@ -343,0 +343,0 @@ constructor(o: PrivyOptions); |
{ | ||
"name": "@privy-io/js-sdk-core", | ||
"version": "0.3.0-beta-20230928004335", | ||
"version": "0.3.0-beta-20230928152637", | ||
"description": "Vanilla JS client for the Privy Auth API", | ||
@@ -61,3 +61,3 @@ "keywords": [ | ||
"@ethersproject/providers": "^5.7.2", | ||
"@privy-io/public-api": "1.2.0-beta-20230928004335", | ||
"@privy-io/public-api": "1.2.0-beta-20230928152637", | ||
"eventemitter3": "^5.0.1", | ||
@@ -64,0 +64,0 @@ "fetch-retry": "^5.0.6", |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Long strings
Supply chain riskContains long string literals, which may be a sign of obfuscated or packed code.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Long strings
Supply chain riskContains long string literals, which may be a sign of obfuscated or packed code.
Found 1 instance in 1 package
174186
+ Added@privy-io/api-base@0.3.0-beta-20230928152637(transitive)
+ Added@privy-io/public-api@1.2.0-beta-20230928152637(transitive)
- Removed@privy-io/api-base@0.3.0-beta-20230928004335(transitive)
- Removed@privy-io/public-api@1.2.0-beta-20230928004335(transitive)