Socket
Socket
Sign inDemoInstall

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

7

lib/Options.js

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

Select,
{ showSearch: false, className: changerClass ? 'size-changer ant-select' : 'size-changer', defaultValue: '10', onChange: this._changeSize },
{ prefixCls: changerClass ? 'ant-select' : 'rc-select', showSearch: false, className: 'size-changer', defaultValue: '10', onChange: this._changeSize },
React.createElement(

@@ -103,5 +103,8 @@ Option,

changeSize: React.PropTypes.func,
quickGo: React.PropTypes.func
quickGo: React.PropTypes.func,
sizeChangerClass: React.PropTypes.bool,
current: React.PropTypes.number
};
module.exports = Options;
{
"name": "rc-pagination",
"version": "1.0.7",
"version": "1.0.8",
"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