Skip to main content
The Quepass Web SDK (@quepass/sdk) enables developers to integrate Quepass identity and verification capabilities directly into web applications. It provides ready-to-use components and APIs that allow applications to securely connect with the Quepass platform and perform identity-related workflows within the client environment. The SDK is designed for modern web development and supports React 18+ applications. It is distributed as a dual package (ESM + CommonJS) for compatibility with different build systems and includes built-in TypeScript definitions (.d.ts) to simplify development and improve type safety.

2. Version Details

PropertyValue
Package@quepass/sdk
Version1.1.2
Release DateMarch 2026
API Versionv1
React SupportReact 18+
Module FormatESM + CJS (dual package)
TypesTypeScript — built-in .d.ts
Peer Depsreact ^18.0.0, react-dom ^18.0.0
Before integrating the SDK, ensure that your project uses React 18 or higher and that the required peer dependencies (react and react-dom) are installed to avoid compatibility issues during implementation.