Socket
Socket
Sign inDemoInstall

react-paginate

Package Overview
Dependencies
6
Maintainers
1
Versions
106
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 8.1.0 to 8.1.1

4

CHANGELOG.md

@@ -5,2 +5,6 @@ ## >= 9.0.0 (WIP)

## >= 8.1.1
- Add TypeScript definition for `pageLabelBuilder` prop
## >= 8.1.0

@@ -7,0 +11,0 @@

@@ -146,2 +146,7 @@ // Type definitions for react-paginate 8.0.1

/**
* Function to set the text on page links. Defaults to `(page) => page`
*/
pageLabelBuilder?(page: number): string | React.ReactNode;
/**
* The classname for the active page.

@@ -148,0 +153,0 @@ */

2

package.json
{
"name": "react-paginate",
"version": "8.1.0",
"version": "8.1.1",
"description": "A ReactJS component that creates a pagination.",

@@ -5,0 +5,0 @@ "main": "./dist/react-paginate.js",

@@ -157,3 +157,3 @@ # react-paginate

```console
npm run install
npm install
```

@@ -160,0 +160,0 @@

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