Socket
Socket
Sign inDemoInstall

@privy-io/privy-node

Package Overview
Dependencies
19
Maintainers
5
Versions
7
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.0.1-beta.3 to 0.0.1-beta.4

3

dist/client.js

@@ -553,4 +553,3 @@ "use strict";

catch (error) {
const errorType = error?.type || error?.statusText || error?.status || 'Unknown error';
throw new errors_1.PrivyClientError(`${errorType}: email send failed for user ${userId}`);
throw (0, errors_1.formatPrivyError)(error);
}

@@ -557,0 +556,0 @@ }

{
"name": "@privy-io/privy-node",
"version": "0.0.1-beta.3",
"version": "0.0.1-beta.4",
"description": "Node server-side client for the Privy API",

@@ -38,3 +38,3 @@ "keywords": [

"dependencies": {
"@privy-io/crypto": "0.0.3",
"@privy-io/crypto": "0.0.4",
"axios": "^0.26.1",

@@ -41,0 +41,0 @@ "dotenv": "^16.0.0",

Sorry, the diff of this file is not supported yet

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc