🚀 Big News: Socket Acquires Coana to Bring Reachability Analysis to Every Appsec Team.Learn more
Socket
Sign inDemoInstall
Socket

mongo-cursor-pagination

Package Overview
Dependencies
Maintainers
24
Versions
35
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

mongo-cursor-pagination - npm Package Versions

234

9.0.1

Diff
adborroto
published 9.0.1 •

Changelog

Source

9.0.1 (2025-04-01)

Bug Fixes

  • lib entry point (274a7c9)
adborroto
published 9.0.0 •

Changelog

Source

9.0.0 (2025-04-01)

⚠ BREAKING CHANGES

  • Updated to MongoDB driver v6 which requires:
  • BSON types must be from version 6.x
  • Node.js version compatible with MongoDB 6.x
  • Updated connection patterns and BSON handling
  • Removed support for deprecated methods

Signed-off-by: Alejandro Dominguez adborroto90@gmail.com *

  • support mongo v6 and update mongoist

Features

  • enhance documentation (e98640e)
  • migrate to ts (1f8f10f)
  • support mongo v6 and update mongoist (5017252)
  • typescript convertion (54a54b7)
  • update deps and support mongo v7 (42aa306)
  • deps: bump mongoist & mongo memory server to use version 5.0.18 (f2b2343)
  • mongodb: add support to native mongodb 3+ (9c64b88)

Bug Fixes

  • lint fixes (2110240)
  • restore express dependency and improve findWithPagination function (6e7401d)
  • update collation type and simplify utils function (4ae455b)
  • deps: update dependency node to v18 (94c87f9)

8.1.3 (2023-02-14)

Bug Fixes

  • bump mongodb-memory-server dependency (0bb0e3d)
  • regenerate package-lock.json (659ec34)

8.1.2 (2022-08-26)

Bug Fixes

  • use the transpiled version in node 12 (a705377)

8.1.1 (2022-08-26)

Bug Fixes

  • properly page through undefs and nulls (0eb28e7)
mixmax-codeship
published 8.1.3 •

Changelog

Source

8.1.3 (2023-02-14)

Bug Fixes

  • bump mongodb-memory-server dependency (0bb0e3d)
  • regenerate package-lock.json (659ec34)
mixmax-codeship
published 8.1.2 •

Changelog

Source

8.1.2 (2022-08-26)

Bug Fixes

  • use the transpiled version in node 12 (a705377)
mixmax-codeship
published 8.1.1 •

Changelog

Source

8.1.1 (2022-08-26)

Bug Fixes

  • properly page through undefs and nulls (0eb28e7)
mixmax-codeship
published 8.1.0 •

Changelog

Source

8.1.0 (2022-08-25)

Features

mixmax-codeship
published 8.0.1 •

Changelog

Source

8.0.1 (2022-08-24)

Bug Fixes

  • remove uses of the spread operator (7e8a8c9)
mixmax-codeship
published 7.7.0 •

Changelog

Source

7.7.0 (2022-08-16)

Features

  • allow collation as arg on find and aggregate (cdfcfcb)
  • turn global collation off for single query (c2ff6da)

Bug Fixes

mixmax-codeship
published 7.6.1 •

Changelog

Source

7.6.1 (2021-11-18)

Bug Fixes

  • return _id when paginatedField is not set (1a056d7), closes #309
mixmax-codeship
published 7.6.0 •

Changelog

Source

7.6.0 (2021-08-26)

Features

  • add support for aggregation hints (b90acd4)