Socket
Socket
Sign inDemoInstall

react-paginate

Package Overview
Dependencies
Maintainers
1
Versions
106
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

react-paginate - npm Package Compare versions

Comparing version 0.1.8 to 0.1.9

2

package.json
{
"name": "react-paginate",
"version": "0.1.8",
"version": "0.1.9",
"description": "A ReactJS component that create a pagination.",

@@ -5,0 +5,0 @@ "main": "./react_components/index.js",

@@ -13,5 +13,5 @@ /** @jsx React.DOM */

marginPagesDisplayed: React.PropTypes.number.isRequired,
previousLabel: React.PropTypes.string,
nextLabel: React.PropTypes.string,
breakLabel: React.PropTypes.string,
previousLabel: React.PropTypes.renderable,
nextLabel: React.PropTypes.renderable,
breakLabel: React.PropTypes.renderable,
clickCallback: React.PropTypes.func

@@ -18,0 +18,0 @@ },

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