New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

mongodb

Package Overview
Dependencies
Maintainers
8
Versions
599
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.11.0-dev.20241204.sha.260e052e to 6.11.0-dev.20241205.sha.55585731

2

lib/cmap/connection.js

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

constructor({ connection }) {
super({ objectMode: false });
super({ writableObjectMode: false, readableObjectMode: true });
this.bufferPool = new utils_1.BufferPool();

@@ -462,0 +462,0 @@ this.connection = connection;

{
"name": "mongodb",
"version": "6.11.0-dev.20241204.sha.260e052e",
"version": "6.11.0-dev.20241205.sha.55585731",
"description": "The official MongoDB driver for Node.js",

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

@@ -772,3 +772,3 @@ import { type Readable, Transform, type TransformCallback } from 'stream';

constructor({ connection }: { connection: Connection }) {
super({ objectMode: false });
super({ writableObjectMode: false, readableObjectMode: true });
this.bufferPool = new BufferPool();

@@ -775,0 +775,0 @@ this.connection = connection;

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