Socket
Socket
Sign inDemoInstall

rc-pagination

Package Overview
Dependencies
0
Maintainers
2
Versions
201
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.1.10 to 1.1.11

2

lib/Pager.js

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

'a',
null,
{ title: props.page },
props.page

@@ -40,0 +40,0 @@ )

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

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

@@ -37,0 +37,0 @@ });

{
"name": "rc-pagination",
"version": "1.1.10",
"version": "1.1.11",
"description": "pagination ui component for react",

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

SocketSocket SOC 2 Logo

Product

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

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc