
Company News
Socket Joins New OpenJS Program to Fund Node.js Security Work
Socket is joining the OpenJS Security Stewardship Program to fund Node.js vulnerability research, maintainer remediation, and security releases.
@google-cloud/paginator
Advanced tools
A result paging utility used by Google node.js modules
A comprehensive list of changes in each version may be found in the CHANGELOG.
Read more about the client libraries for Cloud APIs, including the older Google APIs Client Libraries, in Client Libraries Explained.
Table of contents:
npm install @google-cloud/paginator
const {paginator} = require('@google-cloud/paginator');
console.log(paginator);
Samples are in the samples/ directory. Each sample's README.md has instructions for running its sample.
| Sample | Source Code | Try it |
|---|---|---|
| Quickstart | source code | ![]() |
| Streamify | source code | ![]() |
The Google Cloud Common Paginator Node.js Client API Reference documentation also contains samples.
Our client libraries follow the Node.js release schedule. Libraries are compatible with all current active and maintenance versions of Node.js. If you are using an end-of-life version of Node.js, we recommend that you update as soon as possible to an actively supported LTS version.
Google's client libraries support legacy versions of Node.js runtimes on a best-efforts basis with the following warnings:
Client libraries targeting some end-of-life versions of Node.js are available, and
can be installed through npm dist-tags.
The dist-tags follow the naming convention legacy-(version).
For example, npm install @google-cloud/paginator@legacy-8 installs client libraries
for versions compatible with Node.js 8.
This library follows Semantic Versioning.
This library is considered to be stable. The code surface will not change in backwards-incompatible ways unless absolutely necessary (e.g. because of critical security issues) or with an extensive deprecation period. Issues and requests against stable libraries are addressed with the highest priority.
More Information: Google Cloud Platform Launch Stages
Contributions welcome! See the Contributing Guide.
Please note that this README.md, the samples/README.md,
and a variety of configuration files in this repository (including .nycrc and tsconfig.json)
are generated from a central template. To edit one of these files, make an edit
to its templates in
directory.
Apache Version 2.0
See LICENSE
The async package provides utility functions for working with asynchronous JavaScript, including iteration over collections. While it doesn't specifically target paginated API responses, it offers methods like `async.eachSeries` that can be used to handle pagination logic manually.
Bluebird is a fully-featured Promise library for JavaScript. It includes utilities for working with collections and promises, such as `Promise.map` and `Promise.each`, which can be used to handle paginated data. However, it requires more manual setup compared to @google-cloud/paginator.
Axios is a popular HTTP client for Node.js and the browser. While it doesn't provide built-in pagination handling, it can be used in conjunction with custom logic to manage paginated API requests. It offers flexibility but requires more effort to implement pagination compared to @google-cloud/paginator.
FAQs
A result paging utility used by Google node.js modules
The npm package @google-cloud/paginator receives a total of 16,744,107 weekly downloads. As such, @google-cloud/paginator popularity was classified as popular.
We found that @google-cloud/paginator demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 1 open source maintainer collaborating on the project.

Company News
Socket is joining the OpenJS Security Stewardship Program to fund Node.js vulnerability research, maintainer remediation, and security releases.

Security News
Two compromised GitHub Actions were re-enabled with malicious tags intact, exposing thousands of downstream repositories to Mini Shai-Hulud.

Research
/Security News
A malicious Firefox extension fetches its payload after installation to evade detection, steal Google session cookies, and automate account takeover.