Security News
PyPI’s New Archival Feature Closes a Major Security Gap
PyPI now allows maintainers to archive projects, improving security and helping users make informed decisions about their dependencies.
@bazhe/pagination
Advanced tools
Pagination bundle/library that includes multiple pagination packages for react.js and vanilla javascript
Pagination bundle/library that includes multiple pagination packages for react.js and vanilla javascript
Playground/Demo: https://blagoj5.github.io/pagination/#playground
Full documentation: https://blagoj5.github.io/pagination
You need to have react-dom and react above version 16
"react": ">=16.0.0",
"react-dom": ">=16.0.0"
npm
npm install @bazhe/pagination
yarn
yarn add @bazhe/pagination
// React.js:
import { usePagination } from '@bazhe/pagination'; // Custom hook
import { Pagination } from '@bazhe/pagination'; // Pagination wrapper
import { withPagination } from '@bazhe/pagination'; // HOC for pagination
// React.js | Vanilla JavaScript:
import { Paginator, generatePaginator } from '@bazhe/paginator'; // Utilities for pagination
Read the documentation for each package:
We use SemVer for versioning. For the versions available, see the tags on this repository.
This project doesn’t have any security concerns.
This project is licensed under the MIT License - see the LICENSE.md file for details
FAQs
Pagination bundle/library that includes multiple pagination packages for react.js and vanilla javascript
We found that @bazhe/pagination demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
PyPI now allows maintainers to archive projects, improving security and helping users make informed decisions about their dependencies.
Research
Security News
Malicious npm package postcss-optimizer delivers BeaverTail malware, targeting developer systems; similarities to past campaigns suggest a North Korean connection.
Security News
CISA's KEV data is now on GitHub, offering easier access, API integration, commit history tracking, and automated updates for security teams and researchers.