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.4.4-beta.2 to 2.4.4

9

CHANGELOG.md
# React Responsive Pagination Changelog
## [2.4.4-beta.2](https://github.com/jonelantha/react-responsive-pagination/compare/v2.4.4-beta.1...v2.4.4-beta.2) (2024-04-28)
## [2.4.4](https://github.com/jonelantha/react-responsive-pagination/compare/v2.4.3...v2.4.4) (2024-04-28)

@@ -10,9 +10,2 @@

## [2.4.4-beta.1](https://github.com/jonelantha/react-responsive-pagination/compare/v2.4.3...v2.4.4-beta.1) (2024-04-25)
### Bug Fixes
* Package updates ([a715af8](https://github.com/jonelantha/react-responsive-pagination/commit/a715af88ae6ca7cb1a83d58ab39d08dc135aee27))
## [2.4.3](https://github.com/jonelantha/react-responsive-pagination/compare/v2.4.2...v2.4.3) (2024-04-05)

@@ -19,0 +12,0 @@

@@ -34,3 +34,1 @@ import React, { ReactNode } from 'react';

};
export declare function getRenderCount(): number;
export declare function resetRenderCount(): void;

@@ -114,8 +114,1 @@ import React, { memo, useEffect } from 'react';

}
let renderCount = 0;
export function getRenderCount() {
return renderCount;
}
export function resetRenderCount() {
renderCount = 0;
}

2

package.json
{
"name": "react-responsive-pagination",
"version": "2.4.4-beta.2",
"version": "2.4.4",
"description": "React component for responsive pagination",

@@ -5,0 +5,0 @@ "author": "jonelantha",

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