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

mongodb

Package Overview
Dependencies
Maintainers
5
Versions
671
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

to
6.16.0-dev.20250531.sha.7ef6edd5

2

lib/bulk/common.js

@@ -93,3 +93,3 @@ "use strict";

}
/** Returns the number of write errors off the bulk operation */
/** Returns the number of write errors from the bulk operation */
getWriteErrorCount() {

@@ -96,0 +96,0 @@ return this.result.writeErrors.length;

{
"name": "mongodb",
"version": "6.16.0-dev.20250529.sha.25f5bb97",
"version": "6.16.0-dev.20250531.sha.7ef6edd5",
"description": "The official MongoDB driver for Node.js",

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

@@ -260,3 +260,3 @@ import { type BSONSerializeOptions, type Document, EJSON, resolveBSONOptions } from '../bson';

/** Returns the number of write errors off the bulk operation */
/** Returns the number of write errors from the bulk operation */
getWriteErrorCount(): number {

@@ -263,0 +263,0 @@ return this.result.writeErrors.length;

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

Sorry, the diff of this file is not supported yet

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