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-20230926170119 to 0.3.0-beta-20230927205941

2

package.json
{
"name": "@privy-io/js-sdk-core",
"version": "0.3.0-beta-20230926170119",
"version": "0.3.0-beta-20230927205941",
"description": "Vanilla JS client for the Privy Auth API",

@@ -5,0 +5,0 @@ "keywords": [

@@ -10,4 +10,4 @@ # @privy-io/js-sdk-core

await privy.sms.sendCode('+1 555 555 5555');
const {user} = await privy.sms.loginWithCode('+1 555 555 5555', '123123');
await privy.auth.sms.sendCode('+1 555 555 5555');
const {user} = await privy.auth.sms.loginWithCode('+1 555 555 5555', '123123');
```

@@ -25,7 +25,7 @@

// Log in
await privy.sms.sendCode('+1 555 555 5555');
const {user} = await privy.sms.loginWithCode('+1 555 555 5555', '123123');
await privy.auth.sms.sendCode('+1 555 555 5555');
const {user} = await privy.auth.sms.loginWithCode('+1 555 555 5555', '123123');
// Create an embedded wallet
const wallet = await privy.wallet.create();
const wallet = await privy.embeddedWallet.create();

@@ -32,0 +32,0 @@ // Use the embedded wallet

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is too big to display

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