mongo-cursor-pagination

v8.1.3
Make it easy to return cursor-paginated results from a Mongo collection
mongo pagination cursor database fulltext search find

ci

npm run lint && npm run test

lint

eslint .

test

npm run babelBuild; DRIVER=mongoist jest && DRIVER=native jest

babelBuild

babel src -d dist/node

babelWatch

babel --watch src -d dist/node

ci:commitlint

commitlint-jenkins --pr-only

prepublishOnly

npm run babelBuild && if [ "$CI" = '' ]; then node -p 'JSON.parse(process.env.npm_package_config_manualPublishMessage)'; exit 1; fi

semantic-release

SEMANTIC_COMMITLINT_SKIP=f4543f643bac890c627d538e6200c5f5a1d45ebc semantic-release
npm i mongo-cursor-pagination

Metadata

  • MIT
  • >= 6.9.1
  • Brad Vogel
  • released 2/14/2023

Downloads