Socket
Socket
Sign inDemoInstall

@google-cloud/tasks

Package Overview
Dependencies
Maintainers
1
Versions
64
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@google-cloud/tasks - npm Package Compare versions

Comparing version 2.0.0 to 2.0.1

9

build/src/index.js
"use strict";
// Copyright 2018 Google LLC
// Copyright 2020 Google LLC
//

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

// limitations under the License.
//
// ** This file is automatically generated by synthtool. **
// ** https://github.com/googleapis/synthtool **
// ** All changes to this file may be overwritten. **
Object.defineProperty(exports, "__esModule", { value: true });
exports.protos = exports.CloudTasksClient = exports.v2beta3 = exports.v2beta2 = exports.v2 = void 0;
const v2 = require("./v2");

@@ -25,4 +30,2 @@ exports.v2 = v2;

exports.CloudTasksClient = CloudTasksClient;
// For compatibility with JavaScript libraries we need to provide this default export:
// tslint:disable-next-line no-default-export
exports.default = { v2, v2beta2, v2beta3, CloudTasksClient };

@@ -29,0 +32,0 @@ const protos = require("../protos/protos");

@@ -21,3 +21,3 @@ "use strict";

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

@@ -21,3 +21,3 @@ "use strict";

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

@@ -21,3 +21,3 @@ "use strict";

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

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

### [2.0.1](https://www.github.com/googleapis/nodejs-tasks/compare/v2.0.0...v2.0.1) (2020-06-12)
### Bug Fixes
* handle fallback option properly ([#425](https://www.github.com/googleapis/nodejs-tasks/issues/425)) ([0d4e8c9](https://www.github.com/googleapis/nodejs-tasks/commit/0d4e8c90f265d1275b6844eb91251eefc8e991be))
* regen protos and tests, formatting ([#413](https://www.github.com/googleapis/nodejs-tasks/issues/413)) ([b05145e](https://www.github.com/googleapis/nodejs-tasks/commit/b05145eacbee28c7ca7f801f1c250269a3ab91b2))
* remove eslint, update gax, fix generated protos, run the generator ([#400](https://www.github.com/googleapis/nodejs-tasks/issues/400)) ([45a3425](https://www.github.com/googleapis/nodejs-tasks/commit/45a3425f008286bc81fc577a1eb7ba8e625c62c0))
* remove unused files from package ([#404](https://www.github.com/googleapis/nodejs-tasks/issues/404)) ([803bc49](https://www.github.com/googleapis/nodejs-tasks/commit/803bc499ca3b36955bbba009b072ee59660ef3de))
* synth.py clean up for multiple version ([#415](https://www.github.com/googleapis/nodejs-tasks/issues/415)) ([b860452](https://www.github.com/googleapis/nodejs-tasks/commit/b860452e4e8c164bc118273c4e615f3ad91845b5))
## [2.0.0](https://www.github.com/googleapis/nodejs-tasks/compare/v1.9.0...v2.0.0) (2020-04-07)

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

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

@@ -14,5 +14,3 @@ "author": "Google LLC",

"build/protos",
"build/src",
"AUTHORS",
"COPYING"
"build/src"
],

@@ -36,3 +34,3 @@ "keywords": [

"system-test": "mocha build/system-test",
"lint": "gts fix && eslint --fix samples/*.js",
"lint": "gts check",
"fix": "gts fix",

@@ -46,6 +44,7 @@ "docs": "jsdoc -c .jsdoc.js",

"prepare": "npm run compile",
"prelint": "cd samples; npm link ../; npm i"
"prelint": "cd samples; npm link ../; npm install",
"precompile": "gts clean"
},
"dependencies": {
"google-gax": "^2.0.1"
"google-gax": "^2.1.0"
},

@@ -58,7 +57,3 @@ "devDependencies": {

"codecov": "^3.0.2",
"eslint": "^6.0.0",
"eslint-config-prettier": "^6.0.0",
"eslint-plugin-node": "^11.0.0",
"eslint-plugin-prettier": "^3.0.0",
"gts": "2.0.0-alpha.9",
"gts": "^2.0.0",
"jsdoc": "^3.6.2",

@@ -68,8 +63,7 @@ "jsdoc-fresh": "^1.0.2",

"linkinator": "^2.0.0",
"mocha": "^7.0.0",
"null-loader": "^3.0.0",
"mocha": "^8.0.0",
"null-loader": "^4.0.0",
"pack-n-play": "^1.0.0-2",
"prettier": "^1.11.1",
"sinon": "^9.0.1",
"ts-loader": "^6.2.1",
"ts-loader": "^7.0.0",
"typescript": "^3.8.3",

@@ -76,0 +70,0 @@ "webpack": "^4.41.2",

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 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
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc