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 3.0.1 to 3.0.2

7

es/Options.js

@@ -53,4 +53,5 @@ import _classCallCheck from "@babel/runtime/helpers/esm/classCallCheck";

rootPrefixCls = _this$props.rootPrefixCls;
var goInputText = _this.state.goInputText;
if (goButton) {
if (goButton || goInputText === '') {
return;

@@ -63,2 +64,6 @@ }

_this.setState({
goInputText: ''
});
quickGo(_this.getValidValue());

@@ -65,0 +70,0 @@ };

@@ -66,4 +66,5 @@ "use strict";

rootPrefixCls = _this$props.rootPrefixCls;
var goInputText = _this.state.goInputText;
if (goButton) {
if (goButton || goInputText === '') {
return;

@@ -76,2 +77,6 @@ }

_this.setState({
goInputText: ''
});
quickGo(_this.getValidValue());

@@ -78,0 +83,0 @@ };

2

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