Socket
Socket
Sign inDemoInstall

mongodb-client-encryption

Package Overview
Dependencies
Maintainers
6
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 2.2.1 to 2.3.0

2

CHANGELOG.md

@@ -5,2 +5,4 @@ # Changelog

## [2.3.0](https://github.com/mongodb/libmongocrypt/compare/node-v2.2.1...node-v2.3.0) (2022-10-05)
### [2.2.1](https://github.com/mongodb/libmongocrypt/compare/node-v2.2.0...node-v2.2.1) (2022-09-12)

@@ -7,0 +9,0 @@

4

index.d.ts

@@ -407,3 +407,3 @@ import type { Document, Binary } from 'bson';

/**
/**
* Searches the keyvault for any data keys matching the provided filter. If there are matches, rewrapManyDataKey then attempts to re-wrap the data keys using the provided options.

@@ -511,2 +511,4 @@ *

): void;
static readonly libmongocryptVersion: string;
}

@@ -335,2 +335,6 @@ 'use strict';

}
static get libmongocryptVersion() {
return mc.MongoCrypt.libmongocryptVersion;
}
}

@@ -337,0 +341,0 @@

@@ -690,2 +690,6 @@ 'use strict';

}
static get libmongocryptVersion() {
return mc.MongoCrypt.libmongocryptVersion;
}
}

@@ -692,0 +696,0 @@

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

@@ -5,0 +5,0 @@ "main": "lib/index.js",

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