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.4 to 8.1.5

theme/basic/react-paginate.css

5

CHANGELOG.md

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

## >= 8.1.5
- Fix the type of `renderOnZeroPageCount` in the type declaration file (https://github.com/AdeleD/react-paginate/pull/454).
- Explain how to add CSS style to the component (https://github.com/AdeleD/react-paginate/pull/472).
## >= 8.1.4

@@ -7,0 +12,0 @@

2

index.d.ts

@@ -226,3 +226,3 @@ // Type definitions for react-paginate 8.0.1

*/
renderOnZeroPageCount?: (props: ReactPaginateProps) => void | null;
renderOnZeroPageCount?: ((props: ReactPaginateProps) => void) | null;

@@ -229,0 +229,0 @@ /**

{
"name": "react-paginate",
"version": "8.1.4",
"version": "8.1.5",
"description": "A ReactJS component that creates a pagination.",

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

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

// Add a <div id="container"> to your HTML to see the componend rendered.
// Add a <div id="container"> to your HTML to see the component rendered.
ReactDOM.render(

@@ -89,0 +89,0 @@ <PaginatedItems itemsPerPage={4} />,

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