react-paginate
Advanced tools
Comparing version 0.1.30 to 0.1.31
@@ -62,3 +62,3 @@ 'use strict'; | ||
if (page >= this.props.selected - leftSide && index <= this.props.selected + rightSide) { | ||
if (index >= this.props.selected - leftSide && index <= this.props.selected + rightSide) { | ||
items[String(index)] = pageView; | ||
@@ -65,0 +65,0 @@ continue; |
{ | ||
"name": "react-paginate", | ||
"version": "0.1.30", | ||
"version": "0.1.31", | ||
"description": "A ReactJS component that creates a pagination.", | ||
@@ -5,0 +5,0 @@ "main": "./dist/react-paginate.js", |
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
42958