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

rc-pagination

Package Overview
Dependencies
Maintainers
4
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.8.1 to 1.8.2

7

lib/Pagination.js

@@ -270,7 +270,8 @@ 'use strict';

} else {
var showLessItems = props.showLessItems ? locale.prev_3 : locale.prev_5;
var prevItemTitle = props.showLessItems ? locale.prev_3 : locale.prev_5;
var nextItemTitle = props.showLessItems ? locale.next_3 : locale.next_5;
jumpPrev = React.createElement(
'li',
{
title: props.showTitle ? showLessItems : null,
title: props.showTitle ? prevItemTitle : null,
key: 'prev',

@@ -285,3 +286,3 @@ onClick: this._jumpPrev,

{
title: props.showTitle ? showLessItems : null,
title: props.showTitle ? nextItemTitle : null,
key: 'next',

@@ -288,0 +289,0 @@ onClick: this._jumpNext,

{
"name": "rc-pagination",
"version": "1.8.1",
"version": "1.8.2",
"description": "pagination ui component for react",

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

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