Socket
Book a DemoInstallSign in
Socket

@privy-io/node

Package Overview
Dependencies
Maintainers
8
Versions
12
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@privy-io/node

The official TypeScript library for the Privy API API

latest
Source
npmnpm
Version
0.4.1
Version published
Maintainers
8
Created
Source

Privy's Node / Typescript SDK

NPM version npm bundle size

This library provides convenient access to the Privy REST API from server-side TypeScript or JavaScript.

The REST API documentation can be found on docs.privy.io.

It is generated with Stainless.

Installation

npm install @privy-io/node

Usage

See Privy's Node SDK guide for setup and usage.

Requirements

TypeScript >= 4.9 is supported.

The following runtimes are supported:

  • Node.js 20 LTS or later (non-EOL) versions.
  • Deno v1.28.0 or higher.
  • Bun 1.0 or later.
  • Cloudflare Workers.
  • Vercel Edge Runtime.
  • Jest 28 or greater with the "node" environment ("jsdom" is not supported at this time).
  • Nitro v2.6 or greater.

[!WARNING] Web browser runtimes aren't supported. The SDK will throw an error if used in a browser environment.

Note that React Native is not supported at this time.

If you are interested in other runtime environments, please open or upvote an issue on GitHub.

Changelog

Our changelog contains the latest information about new releases, including features, fixes, and upcoming changes.

We use Semantic Versioning to track breaking changes.

FAQs

Package last updated on 10 Nov 2025

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts