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

rc-pagination

Package Overview
Dependencies
Maintainers
1
Versions
202
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

rc-pagination - npm Package Compare versions

Comparing version 1.0.0 to 1.0.2

8

lib/Pagination.js

@@ -30,3 +30,3 @@ 'use strict';

['_handleChange', '_changePageSize', '_isValid', '_prev', '_next', '_hasPrev', '_hasNext', '_jumpPrev', '_jumpNext', '_canJumpPrev', '_canJumpNext'].map(function (method) {
['render', '_handleChange', '_changePageSize', '_isValid', '_prev', '_next', '_hasPrev', '_hasNext', '_jumpPrev', '_jumpNext', '_canJumpPrev', '_canJumpNext'].map(function (method) {
return _this[method] = _this[method].bind(_this);

@@ -43,2 +43,8 @@ });

var props = this.props;
if (props.className) {
prefixCls = prefixCls + ' ' + props.className;
}
var allPages = this._calcPage();

@@ -45,0 +51,0 @@ var pagerList = [];

2

package.json
{
"name": "rc-pagination",
"version": "1.0.0",
"version": "1.0.2",
"description": "pagination ui component for react",

@@ -5,0 +5,0 @@ "keywords": [

@@ -68,3 +68,3 @@ # rc-pagination

See [](https://github.com/react-component/pagination/blob/master/src/Pagination.jsx#L149)
See [Here](https://github.com/react-component/pagination/blob/master/src/Pagination.jsx#L149)

@@ -71,0 +71,0 @@ ## Test Case

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