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
| Property | Value |
|---|
| Package | @quepass/sdk |
| Version | 1.1.2 |
| Release Date | March 2026 |
| API Version | v1 |
| React Support | React 18+ |
| Module Format | ESM + CJS (dual package) |
| Types | TypeScript — built-in .d.ts |
| Peer Deps | react ^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.