Socket
Socket
Sign inDemoInstall

@google-cloud/tasks

Package Overview
Dependencies
141
Maintainers
1
Versions
62
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 2.6.0 to 3.0.0

1

build/src/v2/index.js

@@ -20,4 +20,5 @@ "use strict";

Object.defineProperty(exports, "__esModule", { value: true });
exports.CloudTasksClient = void 0;
var cloud_tasks_client_1 = require("./cloud_tasks_client");
Object.defineProperty(exports, "CloudTasksClient", { enumerable: true, get: function () { return cloud_tasks_client_1.CloudTasksClient; } });
//# sourceMappingURL=index.js.map

@@ -20,4 +20,5 @@ "use strict";

Object.defineProperty(exports, "__esModule", { value: true });
exports.CloudTasksClient = void 0;
var cloud_tasks_client_1 = require("./cloud_tasks_client");
Object.defineProperty(exports, "CloudTasksClient", { enumerable: true, get: function () { return cloud_tasks_client_1.CloudTasksClient; } });
//# sourceMappingURL=index.js.map

@@ -20,4 +20,5 @@ "use strict";

Object.defineProperty(exports, "__esModule", { value: true });
exports.CloudTasksClient = void 0;
var cloud_tasks_client_1 = require("./cloud_tasks_client");
Object.defineProperty(exports, "CloudTasksClient", { enumerable: true, get: function () { return cloud_tasks_client_1.CloudTasksClient; } });
//# sourceMappingURL=index.js.map

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

## [3.0.0](https://github.com/googleapis/nodejs-tasks/compare/v2.6.0...v3.0.0) (2022-06-07)
### ⚠ BREAKING CHANGES
* update library to use Node 12 (#625)
### Build System
* update library to use Node 12 ([#625](https://github.com/googleapis/nodejs-tasks/issues/625)) ([411f5ab](https://github.com/googleapis/nodejs-tasks/commit/411f5ab3960cbc6768f7046102b88d22c203eb24))
## [2.6.0](https://github.com/googleapis/nodejs-tasks/compare/v2.5.0...v2.6.0) (2022-05-06)

@@ -9,0 +20,0 @@

14

package.json
{
"name": "@google-cloud/tasks",
"description": "Cloud Tasks API client for Node.js",
"version": "2.6.0",
"version": "3.0.0",
"license": "Apache-2.0",
"author": "Google LLC",
"engines": {
"node": ">=10"
"node": ">=12.0.0"
},

@@ -46,3 +46,3 @@ "repository": "googleapis/nodejs-tasks",

"dependencies": {
"google-gax": "^2.24.1"
"google-gax": "^3.0.1"
},

@@ -55,3 +55,3 @@ "devDependencies": {

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

@@ -61,8 +61,8 @@ "jsdoc-fresh": "^1.0.2",

"linkinator": "^2.0.0",
"mocha": "^8.0.0",
"mocha": "^9.2.2",
"null-loader": "^4.0.0",
"pack-n-play": "^1.0.0-2",
"sinon": "^13.0.0",
"sinon": "^14.0.0",
"ts-loader": "^9.0.0",
"typescript": "^3.8.3",
"typescript": "^4.6.4",
"webpack": "^5.0.0",

@@ -69,0 +69,0 @@ "webpack-cli": "^4.0.0"

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 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 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 not supported yet

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