PassKit TypeScript gRPC SDK (v1.1.123) enables creation and management of digital membership cards, coupons, boarding passes, and event tickets for Apple Wallet and Google Pay. It provides auto-generated gRPC client stubs for interacting with PassKit APIs. Actively maintained with regular releases. Key differentiators: direct access to PassKit gRPC endpoints, full TypeScript support, and integration with Apple Wallet and Google Pay. Compared to REST-based alternatives, this SDK offers lower latency and strong typing.
npm install passkit-compiled-typescript-sdkNo compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Shows how to initialize PassKitClient with gRPC credentials and create a membership member.
Migrate to gRPC client; see migration guide at https://docs.passkit.io/sdk-migration
Use import syntax or dynamic import() in CJS files.
Upgrade to >=1.1.0 for gRPC support and security fixes.
Run `npm install passkit-typescript-sdk` and use correct import: import { PassKitClient } from 'passkit-typescript-sdk'Ensure you call new PassKitClient with correct gRPC address and credentials.
Update SDK to latest version and verify method names from PassKit documentation