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

@thoughtindustries/pagination

Package Overview
Dependencies
Maintainers
1
Versions
12
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@thoughtindustries/pagination - npm Package Compare versions

Comparing version 1.2.2 to 1.2.3

10

package.json
{
"name": "@thoughtindustries/pagination",
"version": "1.2.2",
"version": "1.2.3",
"description": "A base component for pagination",

@@ -24,5 +24,5 @@ "author": "Lu Jiang <lu.jiang@thoughtindustries.com>",

"dependencies": {
"clsx": "^1.1.1",
"react": "^18.2.0",
"react-dom": "^18.2.0"
"react": "^17 || ^18",
"react-dom": "^17 || ^18",
"tailwind-merge": "^1.14.0"
},

@@ -33,3 +33,3 @@ "peerDependencies": {

},
"gitHead": "2ed05109156126c3f1d9c96d8ac9fe86d0083cf4"
"gitHead": "a55fe18b2076468826ae5c4cbea0ca8802e31e10"
}

@@ -0,1 +1,3 @@

import { ElementType } from 'react';
export type VisiblePage = {

@@ -25,2 +27,4 @@ number: number;

hidePageList?: boolean;
/** Optional link component to override default HTMLAnchorElement */
linkComponent?: ElementType;
}

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