
Security News
Open Source Maintainers Demand Ability to Block Copilot-Generated Issues and PRs
Open source maintainers are urging GitHub to let them block Copilot from submitting AI-generated issues and pull requests to their repositories.
mongodb-client-encryption
Advanced tools
Official client encryption module for the MongoDB Node.js driver
The Node.js wrapper for libmongocrypt
Note This library provides encryption functionality for the MongoDB Node.js driver but is not intended to be consumed in isolation. The public API that uses the functionality in this library is available in the mongodb
package.
Only the following version combinations with the MongoDB Node.js Driver are considered stable.
mongodb-client-encryption@1.x | mongodb-client-encryption@2.x | mongodb-client-encryption@6.x | |
---|---|---|---|
mongodb@6.x | N/A | N/A | β |
mongodb@5.x | N/A | β | N/A |
mongodb@4.x | β | β | N/A |
mongodb@3.x | β | N/A | N/A |
You can install mongodb-client-encryption
with the following:
npm install mongodb-client-encryption
Run the following command to build libmongocrypt and setup the node bindings for development:
bash ./etc/build-static.sh
Below are the platforms that are available as prebuilds on each github release.
prebuild-install
downloads these automatically depending on the platform you are running npm install on.
We lint both the c++ bindings and the Typescript.
To lint the Typescript, you can run npm run check:eslint -- --fix
. To lint the c++, run npm run clang-format
.
The unit tests require the binding to be built. Run npm run rebuild
to build the addon from the c++ source. Then the tests can be run with npm test
.
Note: changes to c++ source are not automatically re-compiled. One needs to rebuild the bindings after each change.
6.1.0-alpha (2024-06-17)
FAQs
Official client encryption module for the MongoDB Node.js driver
The npm package mongodb-client-encryption receives a total of 72,021 weekly downloads. As such, mongodb-client-encryption popularity was classified as popular.
We found that mongodb-client-encryption demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago.Β It has 5 open source maintainers collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
Open source maintainers are urging GitHub to let them block Copilot from submitting AI-generated issues and pull requests to their repositories.
Research
Security News
Malicious Koishi plugin silently exfiltrates messages with hex strings to a hardcoded QQ account, exposing secrets in chatbots across platforms.
Research
Security News
Malicious PyPI checkers validate stolen emails against TikTok and Instagram APIs, enabling targeted account attacks and dark web credential sales.