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 7.0.0 to 7.1.0

4

CHANGELOG.md

@@ -0,1 +1,5 @@

## >= 7.1.0
- Compatibility with React v17.0
## >= 7.0.0

@@ -2,0 +6,0 @@ - Add a rel attribute on previous/next buttons. Rel attributes are customizable thanks to props 'prevRel' and 'nextRel' (see: https://github.com/AdeleD/react-paginate/pull/326).

4

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

@@ -27,3 +27,3 @@ "main": "./dist/react-paginate.js",

"peerDependencies": {
"react": "^16.0.0"
"react": "^16.0.0 || ^17.0.0"
},

@@ -30,0 +30,0 @@ "devDependencies": {

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