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 2.2.1 to 2.2.2-beta.1

7

CHANGELOG.md
# React Responsive Pagination Changelog
## [2.2.2-beta.1](https://github.com/jonelantha/react-responsive-pagination/compare/v2.2.1...v2.2.2-beta.1) (2023-07-31)
### Bug Fixes
* test ([fd3b9c1](https://github.com/jonelantha/react-responsive-pagination/commit/fd3b9c16fe4f7ba14eb46d63e3b5d11e2d7a4592))
## [2.2.1](https://github.com/jonelantha/react-responsive-pagination/compare/v2.2.0...v2.2.1) (2023-07-17)

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

6

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

@@ -37,7 +37,7 @@ "author": "jonelantha",

"scripts": {
"build": "yarn lint && rimraf dist/ && tsc --project ./tsconfig.prod.json",
"build": "npm run lint && rimraf dist/ && tsc --project ./tsconfig.prod.json",
"start": "rimraf dist/ && tsc --project ./tsconfig.dev.json --watch",
"test": "jest",
"lint": "eslint --ext .ts --ext .tsx src",
"prepublishOnly": "yarn build",
"prepublishOnly": "npm run build",
"release": "rm ../../package.json && semantic-release",

@@ -44,0 +44,0 @@ "previewReleaseNotes": "semantic-release --dry-run"

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