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

@privy-io/js-sdk-core

Package Overview
Dependencies
Maintainers
8
Versions
746
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@privy-io/js-sdk-core - npm Package Compare versions

Comparing version 0.3.0-beta-20230928004335 to 0.3.0-beta-20230928152637

22

dist/index.d.ts

@@ -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

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