Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

react-paginate

Package Overview
Dependencies
Maintainers
1
Versions
106
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

react-paginate - npm Package Compare versions

Comparing version 0.1.30 to 0.1.31

2

dist/PaginationListView.js

@@ -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",

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc