just-my-pagination
Advanced tools
Comparing version 1.0.0 to 1.0.1
{ | ||
"name": "just-my-pagination", | ||
"version": "1.0.0", | ||
"version": "1.0.1", | ||
"description": "A simple pagination module that returns HTML pagination links for your front-end projects.", | ||
@@ -5,0 +5,0 @@ "main": "pagination.js", |
@@ -15,3 +15,3 @@ module.exports = { | ||
* @param {string} [args.prevPage="<i class="material-icons">chevron_left</i>"] - Previous page link content | ||
* @param {string} [args.lastPage="<i class="material-icons">first_page</i>"] - Last page link content | ||
* @param {string} [args.lastPage="<i class="material-icons">last_page</i>"] - Last page link content | ||
* @param {string} [args.nextPage="<i class="material-icons">chevron_left</i>"] - Next page link content | ||
@@ -18,0 +18,0 @@ * @param {number} [args.range=3] - Links range before and after actual page number |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
No README
QualityPackage does not have a README. This may indicate a failed publish or a low quality package.
Found 1 instance in 1 package
6448
3
1
69