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.5.0-beta.1

7

CHANGELOG.md
# React Responsive Pagination Changelog
# [2.5.0-beta.1](https://github.com/jonelantha/react-responsive-pagination/compare/v2.4.4-beta.2...v2.5.0-beta.1) (2024-04-28)
### Features
* change to publish ([447127c](https://github.com/jonelantha/react-responsive-pagination/commit/447127c8bc84ff7d13df9affc968a5b7a834b04b))
## [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)

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

2

dist/index.d.ts

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

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

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

}
let renderCount = 0;
export function getRenderCount() {
return renderCount;
}
export function resetRenderCount() {
renderCount = 0;
}
//
{
"name": "react-responsive-pagination",
"version": "2.4.4-beta.2",
"version": "2.5.0-beta.1",
"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