Socket
Socket
Sign inDemoInstall

mongodb-client-encryption

Package Overview
Dependencies
Maintainers
7
Versions
63
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

mongodb-client-encryption - npm Package Compare versions

Comparing version 6.0.1 to 6.1.0-alpha

HISTORY.md

2

lib/index.d.ts

@@ -36,4 +36,2 @@ /// <reference types="node" />

bypassQueryAnalysis?: boolean;
/** @experimental */
rangeV2?: boolean;
}): MongoCrypt;

@@ -40,0 +38,0 @@ libmongocryptVersion: string;

{
"name": "mongodb-client-encryption",
"version": "6.0.1",
"version": "6.1.0-alpha",
"description": "Official client encryption module for the MongoDB Node.js driver",

@@ -9,3 +9,3 @@ "main": "lib/index.js",

"README.md",
"CHANGELOG.md",
"HISTORY.md",
"addon",

@@ -20,4 +20,4 @@ "lib",

"scripts": {
"install": "prebuild-install --runtime napi --tag-prefix node-v || node-gyp rebuild",
"build:ts": "tsc",
"install:libmongocrypt": "node .github/scripts/libmongocrypt.mjs",
"install": "prebuild-install --runtime napi || node-gyp rebuild",
"clang-format": "clang-format --style=file:.clang-format --Werror -i addon/*",

@@ -27,6 +27,4 @@ "check:eslint": "eslint src test",

"test": "mocha test",
"prepare": "node etc/prepare.js",
"rebuild": "prebuild --compile",
"release": "standard-version --tag-prefix node-v --path bindings/node",
"prebuild": "prebuild --runtime napi --strip --verbose --tag-prefix node-v --all"
"prepare": "tsc",
"prebuild": "prebuild --runtime napi --strip --verbose --all"
},

@@ -42,2 +40,3 @@ "author": {

"gypfile": true,
"mongodb:libmongocrypt": "1.10.0",
"dependencies": {

@@ -89,4 +88,3 @@ "bindings": "^1.5.0",

"type": "git",
"url": "https://github.com/mongodb/libmongocrypt",
"directory": "bindings/node"
"url": "https://github.com/mongodb-js/mongodb-client-encryption"
},

@@ -93,0 +91,0 @@ "tsd": {

@@ -36,2 +36,17 @@ # MongoDB Client Encryption

#### Prebuild Platforms
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.
- Linux GLIBC 2.23 or later
- s390x
- arm64
- x64
- MacOS universal binary
- x64
- arm64
- Windows
- x64
#### Linting

@@ -38,0 +53,0 @@

@@ -43,4 +43,2 @@ import bindings = require('bindings');

bypassQueryAnalysis?: boolean;
/** @experimental */
rangeV2?: boolean;
}): MongoCrypt;

@@ -47,0 +45,0 @@ libmongocryptVersion: string;

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc