Socket
Socket
Sign inDemoInstall

rc-pagination

Package Overview
Dependencies
Maintainers
3
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.6.2 to 1.6.3

lib/locale/sv_SE.js

2

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

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

@@ -74,8 +74,8 @@ # rc-pagination

| pageSize | items per page | Number | 10 |
| onChange | page change callback | Function | noop |
| onChange | page change callback | Function([changedTo]) | - |
| showSizeChanger | show pageSize changer | Bool | false |
| pageSizeOptions | specify the sizeChanger selections | Array<String> | ['10', '20', '30', '40'] |
| onShowSizeChange | pageSize chagne callback | Function | noop |
| onShowSizeChange | pageSize change callback | Function(current page, size) | - |
| showQuickJumper | show quick goto jumper | Bool | false |
| showTotal | show total records text | Function(total, range) | - |
| showTotal | show total records and range | Function(total, [from, to]) | - |
| className | className of pagination | String | - |

@@ -88,7 +88,7 @@ | simple | when set, show simple pager | Object | null |

http://localhost:3000/tests/runner.html?coverage
http://localhost:3000/tests/runner.html?coverage
## Coverage
http://localhost:3000/node_modules/rc-server/node_modules/node-jscover/lib/front-end/jscoverage.html?w=http://localhost:3000/tests/runner.html?coverage
http://localhost:3000/node_modules/rc-server/node_modules/node-jscover/lib/front-end/jscoverage.html?w=http://localhost:3000/tests/runner.html?coverage

@@ -95,0 +95,0 @@ ## License

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