You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Aug 12, 2025. It is now read-only.
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
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