
Research
PyPI Package Impersonates SymPy to Deliver Cryptomining Malware
Malicious PyPI package sympy-dev targets SymPy users, a Python symbolic math library with 85 million monthly downloads.
handlebars-helper-paginate
Advanced tools
{{paginate}} handlebars helper, for adding pagination to Assemble, the static site generator for Node.js, Grunt.js and Yeoman.

{{paginate}} handlebars helper for Assemble.

In the root of your project, run the following in the command line:
npm i handlebars-helper-paginate --save-dev
Please create an issue to report bugs or to make a feature request.
If you use Assemble config and Grunt, in your Gruntfile simply add handlebars-helper-paginate to the helpers property in the Assemble task or target options:
grunt.initConfig({
assemble: {
options: {
// the 'handlebars-helper-paginate' module must also be listed in devDependencies
// for assemble to automatically resolve the helper
helpers: ['handlebars-helper-paginate', 'foo/*.js']
}
...
}
});
You can now use begin using the helper in your templates:
{{paginate pagination}}
Results in:
<ul class="pager">
<li class="previous">
<a href="index.html">← Previous</a>
</li>
<li> <a href="index.html">1</a> </li>
<li class="active">
<a href="foo-01.html">2</a>
</li>
<li> <a href="foo-02.html">3</a> </li>
<li> <a href="foo-03.html">4</a> </li>
<li> <a href="foo-04.html">5</a> </li>
<li> <a href="foo-05.html">6</a> </li>
<li class="next">
<a href="foo-02.html">Next →</a>
</li>
</ul>
See live examples.
Type: String
Default: undefined
Allows defining a modifier class for the pager.
{{paginate pagination modifier="pager-justified"}}
Please create an issue to report bugs or to make a feature request.
Licensed under the MIT License Copyright (c) Jon Schlinkert, contributors.
FAQs
{{paginate}} handlebars helper, for adding pagination to Assemble, the static site generator for Node.js, Grunt.js and Yeoman.
We found that handlebars-helper-paginate demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Research
Malicious PyPI package sympy-dev targets SymPy users, a Python symbolic math library with 85 million monthly downloads.

Security News
Node.js 25.4.0 makes require(esm) stable, formalizing CommonJS and ESM compatibility across supported Node versions.

Product
Create and share saved alert views with custom tabs on the org alerts page, making it easier for teams to return to consistent, named filter sets.