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.7 to 0.1.8

13

__tests__/PaginationBoxView-test.js
/** @jsx React.DOM */
jest.dontMock('./../static/js/react/components/PaginationBoxView.js');
jest.dontMock('./../static/js/react/components/PaginationListView.js');
jest.dontMock('./../static/js/react/components/PageView.js');
jest.dontMock('./../react_components/index.js');
jest.dontMock('./../react_components/PaginationBoxView.js');
jest.dontMock('./../react_components/PaginationListView.js');
jest.dontMock('./../react_components/PageView.js');
var React = require('react/addons');
var PaginationBoxView = require('./../static/js/react/components/PaginationBoxView.js');
var PaginationListView = require('./../static/js/react/components/PaginationListView.js');
var PageView = require('./../static/js/react/components/PageView.js');
var PaginationBoxView = require('./../react_components/PaginationBoxView.js');
var PaginationListView = require('./../react_components/PaginationListView.js');
var PageView = require('./../react_components/PageView.js');
var TestUtils = React.addons.TestUtils;

@@ -11,0 +12,0 @@

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

@@ -10,3 +10,8 @@ "main": "./react_components/index.js",

},
"keywords": [],
"keywords": [
"react-component",
"paginate",
"paginator",
"pagination"
],
"author": "Adèle Delamarche",

@@ -25,5 +30,5 @@ "license": "BSD-2-Clause",

"reactify": "~0.14.0",
"require-dir": "~0.1.0",
"watchify": "~2.0.0",
"jest": "~0.1.37"
"jest-cli": "~0.1.18",
"react-tools": "~0.11.2"
},

@@ -30,0 +35,0 @@ "browserify": {

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