Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

mongodb

Package Overview
Dependencies
Maintainers
8
Versions
563
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.9.0-dev.20241018.sha.a7d1d43e to 6.9.0-dev.20241019.sha.e9e8bf5b

1

lib/bson.js

@@ -8,2 +8,3 @@ "use strict";

exports.parseUtf8ValidationOption = parseUtf8ValidationOption;
/* eslint-disable no-restricted-imports */
const bson_1 = require("bson");

@@ -10,0 +11,0 @@ var bson_2 = require("bson");

2

lib/cmap/auth/mongodb_oidc/command_builders.js

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

exports.startCommandDocument = startCommandDocument;
const bson_1 = require("bson");
const bson_1 = require("../../../bson");
const providers_1 = require("../providers");

@@ -8,0 +8,0 @@ /**

"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.HumanCallbackWorkflow = void 0;
const bson_1 = require("bson");
const bson_1 = require("../../../bson");
const error_1 = require("../../../error");

@@ -6,0 +6,0 @@ const timeout_1 = require("../../../timeout");

{
"name": "mongodb",
"version": "6.9.0-dev.20241018.sha.a7d1d43e",
"version": "6.9.0-dev.20241019.sha.e9e8bf5b",
"description": "The official MongoDB driver for Node.js",

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

@@ -1,2 +0,2 @@

import { type Document } from 'bson';
import { type Document } from './bson';

@@ -3,0 +3,0 @@ export * from './index';

@@ -0,1 +1,2 @@

/* eslint-disable no-restricted-imports */
import { BSON, type DeserializeOptions, type SerializeOptions } from 'bson';

@@ -15,2 +16,3 @@

deserialize,
type DeserializeOptions,
Document,

@@ -25,2 +27,3 @@ Double,

ObjectId,
type ObjectIdLike,
serialize,

@@ -27,0 +30,0 @@ Timestamp,

@@ -1,3 +0,2 @@

import type { Document } from 'bson';
import type { Document } from '../../bson';
import { MongoInvalidArgumentError, MongoMissingCredentialsError } from '../../error';

@@ -4,0 +3,0 @@ import type { HandshakeDocument } from '../connect';

@@ -1,4 +0,4 @@

import { type Document } from 'bson';
import { setTimeout } from 'timers/promises';
import { type Document } from '../../../bson';
import { MongoMissingCredentialsError } from '../../../error';

@@ -5,0 +5,0 @@ import { ns } from '../../../utils';

@@ -1,3 +0,2 @@

import { Binary, BSON, type Document } from 'bson';
import { Binary, BSON, type Document } from '../../../bson';
import { type MongoCredentials } from '../mongo_credentials';

@@ -4,0 +3,0 @@ import { AuthMechanism } from '../providers';

@@ -1,3 +0,2 @@

import { BSON } from 'bson';
import { BSON } from '../../../bson';
import { MONGODB_ERROR_CODES, MongoError, MongoOIDCError } from '../../../error';

@@ -4,0 +3,0 @@ import { Timeout, TimeoutError } from '../../../timeout';

@@ -1,4 +0,4 @@

import { type Document } from 'bson';
import { setTimeout } from 'timers/promises';
import { type Document } from '../../../bson';
import { ns } from '../../../utils';

@@ -5,0 +5,0 @@ import type { Connection } from '../../connection';

@@ -1,6 +0,11 @@

import { type DeserializeOptions } from 'bson';
import { type Readable, Transform, type TransformCallback } from 'stream';
import { clearTimeout, setTimeout } from 'timers';
import { type BSONSerializeOptions, deserialize, type Document, type ObjectId } from '../bson';
import {
type BSONSerializeOptions,
deserialize,
type DeserializeOptions,
type Document,
type ObjectId
} from '../bson';
import { type AutoEncrypter } from '../client-side-encryption/auto_encrypter';

@@ -7,0 +12,0 @@ import {

@@ -1,3 +0,1 @@

import { type DeserializeOptions } from 'bson';
import {

@@ -9,2 +7,3 @@ Binary,

deserialize,
type DeserializeOptions,
getBigInt64LE,

@@ -11,0 +10,0 @@ getFloat64LE,

@@ -1,3 +0,1 @@

import { type DeserializeOptions } from 'bson';
import {

@@ -7,2 +5,3 @@ type BSONElement,

BSONType,
type DeserializeOptions,
type Document,

@@ -9,0 +8,0 @@ Long,

@@ -1,3 +0,2 @@

import { type Document } from 'bson';
import { type Document } from '../bson';
import { type ClientBulkWriteCursorResponse } from '../cmap/wire_protocol/responses';

@@ -4,0 +3,0 @@ import type { MongoClient } from '../mongo_client';

@@ -1,2 +0,1 @@

import type { BSONType, ObjectIdLike } from 'bson';
import { EventEmitter } from 'events';

@@ -7,2 +6,3 @@

BSONRegExp,
BSONType,
Decimal128,

@@ -14,2 +14,3 @@ Document,

ObjectId,
ObjectIdLike,
Timestamp

@@ -16,0 +17,0 @@ } from './bson';

@@ -1,3 +0,2 @@

import type { Document } from 'bson';
import type { Document } from '../../bson';
import type { Collection } from '../../collection';

@@ -4,0 +3,0 @@ import type { Server } from '../../sdam/server';

@@ -1,3 +0,2 @@

import type { Document } from 'bson';
import type { Document } from '../../bson';
import type { Collection } from '../../collection';

@@ -4,0 +3,0 @@ import { MONGODB_ERROR_CODES, MongoServerError } from '../../error';

@@ -1,3 +0,2 @@

import type { Document } from 'bson';
import type { Document } from '../../bson';
import type { Collection } from '../../collection';

@@ -4,0 +3,0 @@ import type { Server } from '../../sdam/server';

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 not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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