Security News
Fluent Assertions Faces Backlash After Abandoning Open Source Licensing
Fluent Assertions is facing backlash after dropping the Apache license for a commercial model, leaving users blindsided and questioning contributor rights.
@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
The npm package @bazhe/pagination receives a total of 0 weekly downloads. As such, @bazhe/pagination popularity was classified as not popular.
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
Fluent Assertions is facing backlash after dropping the Apache license for a commercial model, leaving users blindsided and questioning contributor rights.
Research
Security News
Socket researchers uncover the risks of a malicious Python package targeting Discord developers.
Security News
The UK is proposing a bold ban on ransomware payments by public entities to disrupt cybercrime, protect critical services, and lead global cybersecurity efforts.