Socket
Socket
Sign inDemoInstall

@google-cloud/tasks

Package Overview
Dependencies
127
Maintainers
1
Versions
62
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 2.5.0 to 2.6.0

5

build/src/v2/cloud_tasks_client.js
"use strict";
// Copyright 2021 Google LLC
// Copyright 2022 Google LLC
//

@@ -998,4 +998,3 @@ // Licensed under the Apache License, Version 2.0 (the "License");

close() {
this.initialize();
if (!this._terminated) {
if (this.cloudTasksStub && !this._terminated) {
return this.cloudTasksStub.then(stub => {

@@ -1002,0 +1001,0 @@ this._terminated = true;

2

build/src/v2/index.js
"use strict";
// Copyright 2021 Google LLC
// Copyright 2022 Google LLC
//

@@ -4,0 +4,0 @@ // Licensed under the Apache License, Version 2.0 (the "License");

"use strict";
// Copyright 2021 Google LLC
// Copyright 2022 Google LLC
//

@@ -1092,4 +1092,3 @@ // Licensed under the Apache License, Version 2.0 (the "License");

close() {
this.initialize();
if (!this._terminated) {
if (this.cloudTasksStub && !this._terminated) {
return this.cloudTasksStub.then(stub => {

@@ -1096,0 +1095,0 @@ this._terminated = true;

"use strict";
// Copyright 2021 Google LLC
// Copyright 2022 Google LLC
//

@@ -4,0 +4,0 @@ // Licensed under the Apache License, Version 2.0 (the "License");

"use strict";
// Copyright 2021 Google LLC
// Copyright 2022 Google LLC
//

@@ -1008,4 +1008,3 @@ // Licensed under the Apache License, Version 2.0 (the "License");

close() {
this.initialize();
if (!this._terminated) {
if (this.cloudTasksStub && !this._terminated) {
return this.cloudTasksStub.then(stub => {

@@ -1012,0 +1011,0 @@ this._terminated = true;

"use strict";
// Copyright 2021 Google LLC
// Copyright 2022 Google LLC
//

@@ -4,0 +4,0 @@ // Licensed under the Apache License, Version 2.0 (the "License");

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

## [2.6.0](https://github.com/googleapis/nodejs-tasks/compare/v2.5.0...v2.6.0) (2022-05-06)
### Features
* AuditConfig for IAM v1 ([#611](https://github.com/googleapis/nodejs-tasks/issues/611)) ([176dcee](https://github.com/googleapis/nodejs-tasks/commit/176dcee213353a0a76b26a657172bea7a15f2ce5))
## [2.5.0](https://www.github.com/googleapis/nodejs-tasks/compare/v2.4.2...v2.5.0) (2021-12-09)

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

{
"name": "@google-cloud/tasks",
"description": "Cloud Tasks API client for Node.js",
"version": "2.5.0",
"version": "2.6.0",
"license": "Apache-2.0",

@@ -49,3 +49,3 @@ "author": "Google LLC",

"devDependencies": {
"@types/mocha": "^8.0.0",
"@types/mocha": "^9.0.0",
"@types/node": "^16.0.0",

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

"codecov": "^3.0.2",
"gts": "^2.0.0",
"gts": "^3.0.0",
"jsdoc": "^3.6.2",

@@ -64,3 +64,3 @@ "jsdoc-fresh": "^1.0.2",

"pack-n-play": "^1.0.0-2",
"sinon": "^12.0.0",
"sinon": "^13.0.0",
"ts-loader": "^9.0.0",

@@ -67,0 +67,0 @@ "typescript": "^3.8.3",

@@ -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/tasks.svg)](https://www.npmjs.org/package/@google-cloud/tasks)
[![codecov](https://img.shields.io/codecov/c/github/googleapis/nodejs-tasks/main.svg?style=flat)](https://codecov.io/gh/googleapis/nodejs-tasks)

@@ -138,18 +137,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/tasks@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

@@ -160,6 +159,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.

@@ -171,2 +170,3 @@

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

@@ -173,0 +173,0 @@

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is not supported yet

SocketSocket SOC 2 Logo

Product

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

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc