Socket
Socket
Sign inDemoInstall

rc-pagination

Package Overview
Dependencies
Maintainers
9
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 2.2.5 to 2.3.0

4

es/Pagination.js

@@ -149,2 +149,6 @@ import _extends from "@babel/runtime/helpers/esm/extends";

if ('onChange' in _this.props && _this.props.onChange) {
_this.props.onChange(current, size);
}
_this.props.onShowSizeChange(current, size);

@@ -151,0 +155,0 @@ };

@@ -169,2 +169,6 @@ "use strict";

if ('onChange' in _this.props && _this.props.onChange) {
_this.props.onChange(current, size);
}
_this.props.onShowSizeChange(current, size);

@@ -171,0 +175,0 @@ };

2

package.json
{
"name": "rc-pagination",
"version": "2.2.5",
"version": "2.3.0",
"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