Skip to content
This repository was archived by the owner on Aug 12, 2025. It is now read-only.
This repository was archived by the owner on Aug 12, 2025. It is now read-only.

Replace Cursor.nextObject because it was removed from node-mongodb-native library #125

@HolgerFrank

Description

@HolgerFrank

Cursor.nextObject was deprecated since version 2 of the node-mongodb-native library and was now removed completely from the library.
Because gridfs-stream uses Cursor.nextObject it is not compatible any more with the new version which is used from mongoose 5 now.
Cursor.nextObject must be replaced by Cursor.next

https://github.com/mongodb/node-mongodb-native/blob/3.0.0/CHANGES_3.0.0.md
mongodb/node-mongodb-native#1527

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions