Socket
Socket
Sign inDemoInstall

@google-cloud/tasks

Package Overview
Dependencies
118
Maintainers
1
Versions
62
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.7.3 to 1.8.0

2

build/src/index.d.ts

@@ -13,1 +13,3 @@ import * as v2 from './v2';

export default _default;
import * as protos from '../protos/protos';
export { protos };

@@ -27,2 +27,4 @@ "use strict";

exports.default = { v2, v2beta2, v2beta3, CloudTasksClient };
const protos = require("../protos/protos");
exports.protos = protos;
//# sourceMappingURL=index.js.map

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

## [1.8.0](https://www.github.com/googleapis/nodejs-tasks/compare/v1.7.3...v1.8.0) (2020-02-29)
### Features
* add StackdriverLoggingConfig field to Cloud Tasks v2 API ([db2397a](https://www.github.com/googleapis/nodejs-tasks/commit/db2397a5efc59002a96a80a787ee2d405b1f4ce5))
* export protos in src/index.ts ([a27e213](https://www.github.com/googleapis/nodejs-tasks/commit/a27e2135a359519ca7d17fae3f28718c42b5acf2))
### [1.7.3](https://www.github.com/googleapis/nodejs-tasks/compare/v1.7.2...v1.7.3) (2020-02-07)

@@ -9,0 +17,0 @@

7

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

@@ -43,3 +43,4 @@ "author": "Google LLC",

"predocs-test": "npm run docs",
"prepare": "npm run compile"
"prepare": "npm run compile",
"prelint": "cd samples; npm link ../; npm i"
},

@@ -62,3 +63,3 @@ "dependencies": {

"jsdoc-region-tag": "^1.0.2",
"linkinator": "^1.5.0",
"linkinator": "^2.0.0",
"mocha": "^7.0.0",

@@ -65,0 +66,0 @@ "null-loader": "^3.0.0",

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

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