New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

paginationator

Package Overview
Dependencies
Maintainers
1
Versions
5
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

paginationator - npm Package Compare versions

Comparing version 0.1.1 to 0.1.2

lib/utils-browser.js

12

lib/pages.js

@@ -77,3 +77,4 @@ 'use strict';

return self.first && self.first.current;
}
},
set: function () {}
});

@@ -85,3 +86,4 @@

return this.idx + 1;
}
},
set: function () {}
});

@@ -93,3 +95,4 @@

return self.last && self.last.current;
}
},
set: function () {}
});

@@ -101,3 +104,4 @@

return self.total;
}
},
set: function () {}
});

@@ -104,0 +108,0 @@

{
"name": "paginationator",
"description": "Paginate an array into pages of items.",
"version": "0.1.1",
"version": "0.1.2",
"homepage": "https://github.com/doowb/paginationator",

@@ -17,2 +17,5 @@ "author": "Brian Woodward (https://github.com/doowb)",

"main": "index.js",
"browser": {
"./lib/utils.js": "./lib/utils-browser.js"
},
"engines": {

@@ -19,0 +22,0 @@ "node": ">=0.10.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