Dummy implementation of a MongoDB Crypt shared library for testing and development. Version 1.0.2 (stable). This package provides only version helper functions without actual crypto operations. It mimics the interface of the real mongodb-crypt-library for use in unit tests or environments where the native library is not available. Release cadence is low; typically updated alongside the real library. Key differentiator: allows testing of @mongodb-js/mongodb-client-encryption without requiring the native dependency.
npm install mongodb-crypt-library-dummyNo compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Shows how to import and use version helpers from the dummy library. This is used for testing without native dependencies.
Use the full mongodb-client-encryption package for production.
Install 'mongodb-crypt-library-dummy' only for testing; use 'mongodb-crypt-library' for production.
Run 'npm install mongodb-crypt-library-dummy --save-dev'
Use import syntax or dynamic import().
No dependency data recorded yet.