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

mongodb

Package Overview
Dependencies
Maintainers
5
Versions
609
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.13.0-dev.20250131.sha.e7898a4d to 6.13.0-dev.20250201.sha.35c703e3

2

lib/cmap/auth/mongodb_aws.js

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

saslContinue: 1,
conversationId: 1,
conversationId: saslStartResponse.conversationId,
payload: BSON.serialize(payload, bsonOptions)

@@ -107,0 +107,0 @@ };

{
"name": "mongodb",
"version": "6.13.0-dev.20250131.sha.e7898a4d",
"version": "6.13.0-dev.20250201.sha.35c703e3",
"description": "The official MongoDB driver for Node.js",

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

@@ -151,3 +151,3 @@ import type { Binary, BSONSerializeOptions } from '../../bson';

saslContinue: 1,
conversationId: 1,
conversationId: saslStartResponse.conversationId,
payload: BSON.serialize(payload, bsonOptions)

@@ -154,0 +154,0 @@ };

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