# simple-paginator

> Helper methods to deal with pagination.

Latest version **0.2.1** (published 2012-11-25) · 0 weekly downloads

## Install

```sh
npm install simple-paginator
pnpm add simple-paginator
yarn add simple-paginator
bun add simple-paginator
```

## Health

**Score 15/100 (F)** — status: abandoned.

Positive: no vulnerabilities.

Warnings: low downloads; no types; no esm support; pre 1.0.

Negative: abandoned; low maintenance score.

## Facts

| | |
|---|---|
| Version | 0.2.1 |
| Published | 2012-11-25 |
| First published | 2012-11-25 |
| Weekly downloads | 0 |
| TypeScript types | none |
| Module format | CommonJS |
| Node | >=0.8.0 |
| Dependencies | 1 |
| Known vulnerabilities | 0 |
| Install scripts | no |
| GitHub stars | 0 |
| Author | Martin Wawrusch |
| Maintainers | mwawrusch |
| Keywords | errors |

## Links

- npm: https://www.npmjs.com/package/simple-paginator
- Repository: https://github.com/codedoctor/node-simple-paginator
- Issues: http://github.com/codedoctor/node-simple-paginator/issues
- npm.io page: https://npm.io/package/simple-paginator

## Dependencies (1)

- [underscore](https://npm.io/package/underscore.md) >=1.4.2

## Alternatives

- [@sentry/react-native](https://npm.io/package/@sentry/react-native.md) — 2.6M weekly downloads
- [@ardatan/aggregate-error](https://npm.io/package/@ardatan/aggregate-error.md) — 708.1K weekly downloads
- [custom-error-generator](https://npm.io/package/custom-error-generator.md) — 2.0K weekly downloads
- [@technik-sde/prosemirror-recreate-transform](https://npm.io/package/@technik-sde/prosemirror-recreate-transform.md) — 1.5K weekly downloads
- [@suchipi/error-utils](https://npm.io/package/@suchipi/error-utils.md) — 78 weekly downloads

## Recent versions

- 0.2.1 (latest) — 2012-11-25
- 0.2.0 — 2012-11-25

## README

node-simple-paginator
===========================

npm install simple-paginator

Helper functions to deal with pagination

## Release Notes

### 0.2.1
exposed middleware

### 0.2.0
* First version

## Internal Stuff

* npm run-script watch

## Publish new version

* Change version in package.json
git add . -A
git commit -m "Upgrading to v0.2.1"
git tag -a v0.2.1 -m 'version 0.2.1'
git push --tags
npm publish

## Contributing to node-simple-paginator
 
* Check out the latest master to make sure the feature hasn't been implemented or the bug hasn't been fixed yet
* Check out the issue tracker to make sure someone already hasn't requested it and/or contributed it
* Fork the project
* Start a feature/bugfix branch
* Commit and push until you are happy with your contribution
* Make sure to add tests for it. This is important so I don't break it in a future version unintentionally.
* Please try not to mess with the package.json, version, or history. If you want to have your own version, or is otherwise necessary, that is fine, but please isolate to its own commit so I can cherry-pick around it.

## Copyright

Copyright (c) 2012 Martin Wawrusch See LICENSE for
further details.

---
_Source: https://npm.io/package/simple-paginator · Machine-readable twin of the npm.io package page. Health data is recomputed on every publish._
