🚀 Big News: Socket Acquires Coana to Bring Reachability Analysis to Every Appsec Team.Learn more
Socket
DemoInstallSign in
Socket

mongodb-client-encryption

Package Overview
Dependencies
Maintainers
5
Versions
67
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

mongodb-client-encryption - npm Package Versions

123457

1.2.1

Diff
nbbeeken
published 1.2.1 •

Changelog

Source

1.2.1 (2021-02-05)

  • c571e46 fix: always authorize TLS endpoints, use servername for SNI (#159)
nbbeeken
published 1.2.0 •

Changelog

Source

1.2.0 (2021-02-02)

  • 058bdcc chore: bump ini from 1.3.5 to 1.3.8 in /bindings/node (#148)
  • 788056f chore(node-binding): Add TypeScript definitions (#154)
  • 6949cdd fix: copy output buffers to libmongocrypt in Node.js bindings (#149)

1.1.1-beta.0 (2020-12-04)

  • 826a3d9 feat: support Azure and GCP KMS providers (#139)
  • c5c7e60 chore: bump bl from 1.2.2 to 1.2.3 in /bindings/node (#128)
  • 2f92ce7 chore: bump standard-version from 5.0.2 to 8.0.1
  • 08c014c chore: bump lodash from 4.17.15 to 4.17.19
  • bfeb0d5 chore: add script for prebuilding for legacy versions of node
mbroadst
published 1.1.1-beta.0 •

Changelog

Source

1.1.1-beta.0 (2020-12-04)

  • 826a3d9 feat: support Azure and GCP KMS providers (#139)
  • c5c7e60 chore: bump bl from 1.2.2 to 1.2.3 in /bindings/node (#128)
  • 2f92ce7 chore: bump standard-version from 5.0.2 to 8.0.1
  • 08c014c chore: bump lodash from 4.17.15 to 4.17.19
  • bfeb0d5 chore: add script for prebuilding for legacy versions of node
mbroadst
published 1.1.0 •

Changelog

Source

1.1.0 (2020-06-23)

  • 7c07e2f fix: correct typo preventing passing a custom mongocrypt spawn path
  • 5677758 chore: use node 14 to build prebuild images
  • a6ecfa4 chore: update bson dev dependency to 4.x
  • a65d23d chore: update version of node used to build binding to erbium
  • cdde669 chore: pin prebuild-install to 5.3.0
  • 86d687f chore: don't install mongocryptd for CI test runs
mbroadst
published 1.0.1 •

Changelog

Source

1.0.1 (2019-12-31)

  • c1f1aa3 chore: update peer dependency & repository location in package.json
  • fa5c6e7 feat: support bypassAutoEncryption directly in AutoEncrypter
  • e044dc7 refactor: support explicitly set BSON module
  • f974c2b fix typo in node bindings (#85)
mbroadst
published 1.0.0 •

Changelog

Source

1.0.0 (2019-12-10)

  • Same as 1.0.0-rc3.0
mbroadst
published 1.0.0-rc3.0 •

Changelog

Source

1.0.0-rc3.0 (2019-12-04)

  • efda0f2 chore: ensure prebuild revision check works on windows as well
mbroadst
published 1.0.0-rc2.0 •

Changelog

Source

1.0.0-rc2.0 (2019-12-04)

  • 604147d test: fix typo in client encryption tests
mbroadst
published 1.0.0-rc1.0 •

Changelog

Source

1.0.0-rc1.0 (2019-12-04)

  • 09465d0 chore: add standard-version for release management
  • cf43523 test: ensure no clients are left open after test runs
  • b8d5307 feat: add a useful error message if we can't connect to mongocryptd
  • 3e4f575 fix: support two ways of specifying --idleShutdownTimeoutSecs
daprahamian
published 1.0.0-rc0 •

Changelog

Source

v1.0.0-rc0

  • 1aea82b fix: ensure cflags are not mixed between windows and linux
  • bbdc965 test: fix find_cmake.sh path in node's environment setup
  • ca82e87 NODE-2338 support building addon for windows
  • 3eafaa4 NODE-2339: change API to remove mandatory injection
  • 863d4ee NODE-2315: make --idleShutdownTimeoutSecs work
  • 3e48e40 NODE-2109: Follow spec for auto-spawning mongocryptd
  • 5b9f6cd NODE: minor documentation fix
  • 59d4665 NODE-2298: update documentation to synergize with driver docs (#71)
  • 7a145d6 NODE-2255: add support for keyVaultClient
  • e310e75 NODE: fix typo in mock endpoint
  • 114b35c NODE-2255: Add API for specifying a custom endpoint with AWS masterkey provider
  • 65ca4c0 NODE-2255: test that fetching keys uses readConcern=majority
  • 13d8b11 NODE-2255: test that created data keys insert with majority writeConcern
  • a58a0f1 NODE-2278: respect user bson options when using autoEncryption
  • 5eedcc7 MONGOCRYPT-178 NODE-2159 refactor libbson build for better commonality
  • a8cb8e3 MONGOCRYPT-87 consume new CMake targets exported by C driver