Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

pagination

Package Overview
Dependencies
Maintainers
1
Versions
17
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

pagination - npm Package Compare versions

Comparing version 0.4.3 to 0.4.4

testing.js

12

index.js

@@ -1,10 +0,8 @@

var pkgs = ['item_paginator', 'search_paginator', 'template_paginator', 'template'];
var pagination = require('./lib/pagination.js');
var util = require('util');
var i, len, pkg;
for (i = 0, len = pkgs.length; i < len; i++) {
pkg = require('./lib/' + pkgs[i] + '.js');
pkg.module(pagination, util);
}
var pagination = require('./lib/pagination');
require('./lib/item_paginator').module(pagination, util);
require('./lib/search_paginator').module(pagination, util);
require('./lib/template_paginator').module(pagination, util);
require('./lib/template').module(pagination, util);
module.exports = pagination;

@@ -14,3 +14,3 @@ {

},
"version": "0.4.3",
"version": "0.4.4",
"scripts": {

@@ -17,0 +17,0 @@ "test": "vows --spec tests/*"

Sorry, the diff of this file is not supported yet

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