Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@clayui/pagination

Package Overview
Dependencies
Maintainers
12
Versions
142
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@clayui/pagination - npm Package Compare versions

Comparing version 3.95.2 to 3.96.0

8

lib/PaginationWithBasicItems.js

@@ -79,3 +79,3 @@ "use strict";

var _useInternalState = (0, _shared.useInternalState)({
var _useControlledState = (0, _shared.useControlledState)({
defaultName: 'defaultActive',

@@ -88,5 +88,5 @@ defaultValue: defaultActive,

}),
_useInternalState2 = _slicedToArray(_useInternalState, 2),
internalActive = _useInternalState2[0],
setActive = _useInternalState2[1];
_useControlledState2 = _slicedToArray(_useControlledState, 2),
internalActive = _useControlledState2[0],
setActive = _useControlledState2[1];

@@ -93,0 +93,0 @@ var previousPage = internalActive - 1;

{
"name": "@clayui/pagination",
"version": "3.95.2",
"version": "3.96.0",
"description": "ClayPagination component",

@@ -30,6 +30,6 @@ "license": "BSD-3-Clause",

"@clayui/button": "^3.92.0",
"@clayui/drop-down": "^3.95.2",
"@clayui/drop-down": "^3.96.0",
"@clayui/icon": "^3.56.0",
"@clayui/link": "^3.88.0",
"@clayui/shared": "^3.95.2",
"@clayui/shared": "^3.96.0",
"classnames": "^2.2.6"

@@ -45,3 +45,3 @@ },

],
"gitHead": "68ebdcf79dab1ba0af5846b23f64fb8776156df7"
"gitHead": "4b068cc052987f0a95dc6ca3e5f985b5a52236c6"
}

Sorry, the diff of this file is not supported yet

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