Socket
Socket
Sign inDemoInstall

rc-pagination

Package Overview
Dependencies
8
Maintainers
9
Versions
199
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 3.1.13 to 3.1.14

7

es/locale/gl_ES.js

@@ -1,7 +0,2 @@

"use strict";
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.default = {
export default {
// Options.jsx

@@ -8,0 +3,0 @@ items_per_page: '/ páxina',

2

es/Pagination.js

@@ -82,4 +82,4 @@ import _extends from "@babel/runtime/helpers/esm/extends";

showQuickJumper = _this$props.showQuickJumper,
pageSize = _this$props.pageSize,
total = _this$props.total;
var pageSize = _this.state.pageSize;

@@ -86,0 +86,0 @@ if (total <= pageSize) {

@@ -6,3 +6,4 @@ "use strict";

});
exports.default = {
exports.default = void 0;
var _default = {
// Options.jsx

@@ -21,2 +22,3 @@ items_per_page: '/ páxina',

page_size: 'Page Size'
};
};
exports.default = _default;

@@ -104,4 +104,4 @@ "use strict";

showQuickJumper = _this$props.showQuickJumper,
pageSize = _this$props.pageSize,
total = _this$props.total;
var pageSize = _this.state.pageSize;

@@ -108,0 +108,0 @@ if (total <= pageSize) {

{
"name": "rc-pagination",
"version": "3.1.13",
"version": "3.1.14",
"description": "pagination ui component for react",

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

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