Socket
Socket
Sign inDemoInstall

mongodb

Package Overview
Dependencies
Maintainers
8
Versions
548
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

mongodb - npm Package Compare versions

Comparing version 6.6.2-dev.20240525.sha.d1695c4 to 6.6.2-dev.20240529.sha.d3031a5

10

lib/sessions.js

@@ -232,2 +232,7 @@ "use strict";

*
* @remarks
* **IMPORTANT**: Running operations in parallel is not supported during a transaction. The use of `Promise.all`,
* `Promise.allSettled`, `Promise.race`, etc to parallelize operations inside a transaction is
* undefined behaviour.
*
* @param options - Options for the transaction

@@ -291,2 +296,7 @@ */

*
* **IMPORTANT:** Running operations in parallel is not supported during a transaction. The use of `Promise.all`,
* `Promise.allSettled`, `Promise.race`, etc to parallelize operations inside a transaction is
* undefined behaviour.
*
*
* @remarks

@@ -293,0 +303,0 @@ * - If all operations successfully complete and the `commitTransaction` operation is successful, then the provided function will return the result of the provided function.

2

package.json
{
"name": "mongodb",
"version": "6.6.2-dev.20240525.sha.d1695c4",
"version": "6.6.2-dev.20240529.sha.d3031a5",
"description": "The official MongoDB driver for Node.js",

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

@@ -372,2 +372,7 @@ import { Binary, type Document, Long, type Timestamp } from './bson';

*
* @remarks
* **IMPORTANT**: Running operations in parallel is not supported during a transaction. The use of `Promise.all`,
* `Promise.allSettled`, `Promise.race`, etc to parallelize operations inside a transaction is
* undefined behaviour.
*
* @param options - Options for the transaction

@@ -447,2 +452,7 @@ */

*
* **IMPORTANT:** Running operations in parallel is not supported during a transaction. The use of `Promise.all`,
* `Promise.allSettled`, `Promise.race`, etc to parallelize operations inside a transaction is
* undefined behaviour.
*
*
* @remarks

@@ -449,0 +459,0 @@ * - If all operations successfully complete and the `commitTransaction` operation is successful, then the provided function will return the result of the provided function.

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is too big to display

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