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

react-responsive-pagination

Package Overview
Dependencies
Maintainers
1
Versions
129
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.1.6 to 1.1.7

7

CHANGELOG.md
# React Responsive Pagination Changelog
## [1.1.7](https://github.com/jonelantha/react-responsive-pagination/compare/v1.1.6...v1.1.7) (2021-07-11)
### Bug Fixes
* Dependency updates ([ce98cc3](https://github.com/jonelantha/react-responsive-pagination/commit/ce98cc3e2604437d315d6a17565cb12f772f5cd9))
## [1.1.6](https://github.com/jonelantha/react-responsive-pagination/compare/v1.1.5...v1.1.6) (2021-06-18)

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

18

package.json
{
"name": "react-responsive-pagination",
"version": "1.1.6",
"version": "1.1.7",
"description": "React component for responsive pagination",

@@ -52,11 +52,11 @@ "author": "Jon Pollard",

"@semantic-release/git": "^9.0.0",
"@types/prop-types": "^15.7.3",
"@types/react": "^17.0.11",
"@types/react-dom": "^17.0.8",
"@typescript-eslint/eslint-plugin": "^4.27.0",
"@typescript-eslint/parser": "^4.27.0",
"@types/prop-types": "^15.7.4",
"@types/react": "^17.0.14",
"@types/react-dom": "^17.0.9",
"@typescript-eslint/eslint-plugin": "^4.28.2",
"@typescript-eslint/parser": "^4.28.2",
"babel-eslint": "^10.1.0",
"eslint": "^7.28.0",
"eslint": "^7.30.0",
"eslint-config-react-app": "^6.0.0",
"eslint-plugin-flowtype": "^5.7.2",
"eslint-plugin-flowtype": "^5.8.0",
"eslint-plugin-import": "^2.23.4",

@@ -70,4 +70,4 @@ "eslint-plugin-jsx-a11y": "^6.4.1",

"semantic-release": "^17.4.4",
"typescript": "^4.3.4"
"typescript": "^4.3.5"
}
}

@@ -6,8 +6,7 @@ # React Responsive Pagination

![GitHub license](https://img.shields.io/badge/license-MIT-blue.svg)
![test](https://github.com/jonelantha/react-responsive-pagination/workflows/Test/badge.svg)
![release](https://github.com/jonelantha/react-responsive-pagination/workflows/Release/badge.svg)
[![Test](https://github.com/jonelantha/react-responsive-pagination/actions/workflows/test.yml/badge.svg)](https://github.com/jonelantha/react-responsive-pagination/actions/workflows/test.yml)
[![Release](https://github.com/jonelantha/react-responsive-pagination/actions/workflows/release.yml/badge.svg)](https://github.com/jonelantha/react-responsive-pagination/actions/workflows/release.yml)
[![semantic-release](https://img.shields.io/badge/%20%20%F0%9F%93%A6%F0%9F%9A%80-semantic--release-e10079.svg)](https://github.com/semantic-release/semantic-release)
A React pagination component which intelligently renders to the available width.
Styled for Bootstrap 4.
A React pagination component which intelligently renders to the available width.

@@ -20,3 +19,3 @@ <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>

- Make sure your project is either using the [Bootstrap 4 CSS styles](https://getbootstrap.com/docs/4.6/getting-started/download/) or alternatively you can provide your own styles, see [Requirements](#requirements--compatibility) below
- Works out of the box with [Bootstrap 4 CSS styles](https://getbootstrap.com/docs/4.6/getting-started/download/) or alternatively you can provide your own styles, see [Custom Styles Guide](https://react-responsive-pagination.elantha.com/custom-styled-pagination/) for more information

@@ -40,5 +39,3 @@ - Include the pagination component in your React project with `npm install react-responsive-pagination`

- Either [Bootstrap 4 CSS styles](https://getbootstrap.com/docs/4.6/getting-started/download/)
- Or alternatively you can use your own styles, here are some examples:
- [Minimal styles](./css/min.css)
- [Bootstrap pagination styles](./css/minBootstrap.css)
- Or use custom styles, see [Custom Styles Guide](https://react-responsive-pagination.elantha.com/custom-styled-pagination/) for more details

@@ -49,3 +46,3 @@ - Modern browsers only - not suitable for IE 11

- The [Bootstrap 4 CSS styles](https://getbootstrap.com/docs/4.3/getting-started/download/) needs to be included in the project for this example to work
- This example relies on suitable css styles bring included in the project (see requirements above)

@@ -52,0 +49,0 @@ ```jsx

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