Socket
Socket
Sign inDemoInstall

react-responsive-pagination

Package Overview
Dependencies
Maintainers
1
Versions
128
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

react-responsive-pagination - npm Package Compare versions

Comparing version 1.3.3 to 1.4.0-beta.1

7

CHANGELOG.md
# React Responsive Pagination Changelog
# [1.4.0-beta.1](https://github.com/jonelantha/react-responsive-pagination/compare/v1.3.3...v1.4.0-beta.1) (2022-04-23)
### Features
* React 18 support ([eb5547f](https://github.com/jonelantha/react-responsive-pagination/commit/eb5547f7368b47fbd353734b277d92936133e395))
## [1.3.3](https://github.com/jonelantha/react-responsive-pagination/compare/v1.3.2...v1.3.3) (2022-04-11)

@@ -4,0 +11,0 @@

14

package.json
{
"name": "react-responsive-pagination",
"version": "1.3.3",
"version": "1.4.0-beta.1",
"description": "React component for responsive pagination",

@@ -42,4 +42,4 @@ "author": "Jon Pollard",

"peerDependencies": {
"react": "^16.8.0 || ^17.0.0",
"react-dom": "^16.8.0 || ^17.0.0"
"react": "^16.8.0 || ^17.0.0 || ^18.0.0",
"react-dom": "^16.8.0 || ^17.0.0 || ^18.0.0"
},

@@ -50,4 +50,4 @@ "devDependencies": {

"@types/prop-types": "^15.7.5",
"@types/react": "^17.0.44",
"@types/react-dom": "^17.0.15",
"@types/react": "^18.0.1",
"@types/react-dom": "^18.0.0",
"@typescript-eslint/eslint-plugin": "^5.18.0",

@@ -63,4 +63,4 @@ "@typescript-eslint/parser": "^5.18.0",

"eslint-plugin-react-hooks": "^4.4.0",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"react": "^18.0.0",
"react-dom": "^18.0.0",
"rimraf": "^3.0.2",

@@ -67,0 +67,0 @@ "semantic-release": "^19.0.2",

@@ -12,2 +12,4 @@ # React Responsive Pagination

🌟 Just updated for React 18 🌟
<a href="https://react-responsive-pagination.elantha.com/live-demo/"><img src="./react-responsive-pagination.gif?raw=true" width="985" alt="react-responsive-pagination example" /></a>

@@ -53,3 +55,3 @@

- React 16.8 (the one with hooks)
- React 18, 17 and 16.8 upwards
- Modern browsers only - not suitable for IE 11

@@ -56,0 +58,0 @@

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