Socket
Socket
Sign inDemoInstall

@google-cloud/paginator

Package Overview
Dependencies
2
Maintainers
1
Versions
22
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 3.0.6 to 3.0.7

4

build/src/resource-stream.d.ts

@@ -17,3 +17,3 @@ /*!

/// <reference types="node" />
import { Transform } from 'stream';
import { Transform, Writable } from 'stream';
import { ParsedArguments } from './';

@@ -38,5 +38,5 @@ interface ResourceEvents<T> {

constructor(args: ParsedArguments, requestFn: Function);
end(...args: any[]): void;
end(...args: any[]): ReturnType<Writable['end']> extends Writable ? this : void;
_read(): void;
}
export {};

@@ -7,2 +7,9 @@ # Changelog

### [3.0.7](https://github.com/googleapis/nodejs-paginator/compare/v3.0.6...v3.0.7) (2022-02-14)
### Bug Fixes
* update signature of end to comply with update node types definition ([#311](https://github.com/googleapis/nodejs-paginator/issues/311)) ([79e6fbd](https://github.com/googleapis/nodejs-paginator/commit/79e6fbdae5008d874613d2919a6cf723708fc919))
### [3.0.6](https://www.github.com/googleapis/nodejs-paginator/compare/v3.0.5...v3.0.6) (2021-09-09)

@@ -9,0 +16,0 @@

{
"name": "@google-cloud/paginator",
"version": "3.0.6",
"version": "3.0.7",
"description": "A result paging utility used by Google node.js modules",

@@ -36,3 +36,3 @@ "main": "build/src/index.js",

"@types/mocha": "^8.0.0",
"@types/node": "^14.0.0",
"@types/node": "^16.0.0",
"@types/proxyquire": "^1.3.28",

@@ -47,3 +47,3 @@ "@types/sinon": "^10.0.0",

"proxyquire": "^2.0.1",
"sinon": "^11.0.0",
"sinon": "^13.0.0",
"typescript": "^3.8.3",

@@ -50,0 +50,0 @@ "uuid": "^8.0.0"

@@ -7,5 +7,4 @@ [//]: # "This README.md file is auto-generated, all changes to this file will be lost."

[![release level](https://img.shields.io/badge/release%20level-general%20availability%20%28GA%29-brightgreen.svg?style=flat)](https://cloud.google.com/terms/launch-stages)
[![release level](https://img.shields.io/badge/release%20level-stable-brightgreen.svg?style=flat)](https://cloud.google.com/terms/launch-stages)
[![npm version](https://img.shields.io/npm/v/@google-cloud/paginator.svg)](https://www.npmjs.org/package/@google-cloud/paginator)
[![codecov](https://img.shields.io/codecov/c/github/googleapis/nodejs-paginator/main.svg?style=flat)](https://codecov.io/gh/googleapis/nodejs-paginator)

@@ -80,18 +79,18 @@

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:
* Legacy versions are not tested in continuous integration.
* Some security patches and features cannot be backported.
* Dependencies cannot be kept up-to-date.
Client libraries targeting some end-of-life versions of Node.js are available, and
can be installed via npm [dist-tags](https://docs.npmjs.com/cli/dist-tag).
can be installed through npm [dist-tags](https://docs.npmjs.com/cli/dist-tag).
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.
_Legacy Node.js versions are supported as a best effort:_
* Legacy versions will not be tested in continuous integration.
* Some security patches may not be able to be backported.
* Dependencies will not be kept up-to-date, and features will not be backported.
#### Legacy tags available
* `legacy-8`: install client libraries from this dist-tag for versions
compatible with Node.js 8.
## Versioning

@@ -102,6 +101,6 @@

This library is considered to be **General Availability (GA)**. This means it
is stable; the code surface will not change in backwards-incompatible ways
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 **GA** libraries
an extensive deprecation period. Issues and requests against **stable** libraries
are addressed with the highest priority.

@@ -113,2 +112,3 @@

More Information: [Google Cloud Platform Launch Stages][launch_stages]

@@ -115,0 +115,0 @@

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc