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.7 to 1.1.8

24

lib/Pagination.js

@@ -70,7 +70,3 @@ 'use strict';

{ onClick: this._prev, className: (this._hasPrev() ? '' : prefixCls + '-disabled ') + (prefixCls + '-prev') },
React.createElement(
'a',
null,
'‹'
)
React.createElement('a', null)
),

@@ -91,7 +87,3 @@ React.createElement(

{ onClick: this._next, className: (this._hasNext() ? '' : prefixCls + '-disabled ') + (prefixCls + '-next') },
React.createElement(
'a',
null,
'›'
)
React.createElement('a', null)
)

@@ -157,7 +149,3 @@ );

{ onClick: this._prev, className: (this._hasPrev() ? '' : prefixCls + '-disabled ') + (prefixCls + '-prev') },
React.createElement(
'a',
null,
'‹'
)
React.createElement('a', null)
),

@@ -168,7 +156,3 @@ pagerList,

{ onClick: this._next, className: (this._hasNext() ? '' : prefixCls + '-disabled ') + (prefixCls + '-next') },
React.createElement(
'a',
null,
'›'
)
React.createElement('a', null)
),

@@ -175,0 +159,0 @@ React.createElement(Options, { rootPrefixCls: prefixCls,

2

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

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

Sorry, the diff of this file is not supported yet

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