A Rollup/Vite plugin for managing cryptographic keys as virtual modules. Version 0.5.0 is the latest and only stable release. It allows injecting keys (e.g., RSA, ECDSA) at build time via virtual imports. Ships TypeScript types. Differentiates from dotenv or env plugins by focusing on key material and supporting multiple formats. Release cadence is unknown. Minimal dependencies.
npm install rollup-plugin-crypto-keyNo compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Basic Rollup configuration using the crypto key plugin as default export.
Upgrade Rollup or Vite to compatible version.
Configure virtual module ID prefix via options.
Use ESM import syntax: import rollupPluginCryptoKey from 'rollup-plugin-crypto-key'
Ensure default import: import rollupPluginCryptoKey from 'rollup-plugin-crypto-key'
No dependency data recorded yet.