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.1.5 to 1.1.6

LICENSE

7

CHANGELOG.md
# React Responsive Pagination Changelog
## [1.1.6](https://github.com/jonelantha/react-responsive-pagination/compare/v1.1.5...v1.1.6) (2021-06-18)
### Bug Fixes
* Dependency updates ([a6446ab](https://github.com/jonelantha/react-responsive-pagination/commit/a6446ab307b65264d93e3c8e8cb8a3cf1cf8c43a))
## [1.1.5](https://github.com/jonelantha/react-responsive-pagination/compare/v1.1.4...v1.1.5) (2021-06-16)

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

23

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

@@ -21,6 +21,5 @@ "author": "Jon Pollard",

"start": "rimraf lib/ && tsc --project ./tsconfig/dev.json --watch",
"test": "echo \"Error: no test specified\" && exit 1",
"test": "yarn workspace browser-test test",
"lint": "eslint --ext .ts --ext .tsx src",
"prepublishOnly": "yarn copy-readme && yarn build",
"copy-readme": "cp '../../README.md' .",
"prepublishOnly": "yarn build",
"release": "semantic-release",

@@ -32,5 +31,9 @@ "previewReleaseNotes": "semantic-release --dry-run"

"pagination",
"react pagination",
"responsive pagination",
"react",
"reactjs",
"react-component"
"react-component",
"bootstrap",
"react bootstrap pagination"
],

@@ -53,5 +56,5 @@ "eslintConfig": {

"@types/react": "^17.0.11",
"@types/react-dom": "^17.0.7",
"@typescript-eslint/eslint-plugin": "^4.26.1",
"@typescript-eslint/parser": "^4.26.1",
"@types/react-dom": "^17.0.8",
"@typescript-eslint/eslint-plugin": "^4.27.0",
"@typescript-eslint/parser": "^4.27.0",
"babel-eslint": "^10.1.0",

@@ -68,5 +71,5 @@ "eslint": "^7.28.0",

"rimraf": "^3.0.2",
"semantic-release": "^17.4.3",
"typescript": "^4.3.2"
"semantic-release": "^17.4.4",
"typescript": "^4.3.4"
}
}
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