Socket
Socket
Sign inDemoInstall

mongodb

Package Overview
Dependencies
Maintainers
8
Versions
546
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.8.1 to 6.8.2

2

lib/cursor/abstract_cursor.js

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

async *[Symbol.asyncIterator]() {
if (this.isClosed) {
if (this.closed) {
return;

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

{
"name": "mongodb",
"version": "6.8.1",
"version": "6.8.2",
"description": "The official MongoDB driver for Node.js",

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

@@ -312,3 +312,3 @@ import { Readable, Transform } from 'stream';

async *[Symbol.asyncIterator](): AsyncGenerator<TSchema, void, void> {
if (this.isClosed) {
if (this.closed) {
return;

@@ -315,0 +315,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