New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@google-cloud/functions

Package Overview
Dependencies
Maintainers
4
Versions
32
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@google-cloud/functions - npm Package Compare versions

Comparing version 1.0.1 to 1.1.0

7

build/src/v1/cloud_functions_service_client.js

@@ -214,5 +214,6 @@ "use strict";

});
const apiCall = this._gaxModule.createApiCall(callPromise, this._defaults[methodName], this.descriptors.page[methodName] ||
this.descriptors.stream[methodName] ||
this.descriptors.longrunning[methodName]);
const descriptor = this.descriptors.page[methodName] ||
this.descriptors.longrunning[methodName] ||
undefined;
const apiCall = this._gaxModule.createApiCall(callPromise, this._defaults[methodName], descriptor);
this.innerApiCalls[methodName] = apiCall;

@@ -219,0 +220,0 @@ }

# Changelog
## [1.1.0](https://www.github.com/googleapis/nodejs-functions/compare/v1.0.1...v1.1.0) (2020-09-01)
### Features
* promote library to GA ([#22](https://www.github.com/googleapis/nodejs-functions/issues/22)) ([ad3b6d0](https://www.github.com/googleapis/nodejs-functions/commit/ad3b6d0e72cda6414466fb6a8127afa155e955a7))
### [1.0.1](https://www.github.com/googleapis/nodejs-functions/compare/v1.0.0...v1.0.1) (2020-08-03)

@@ -4,0 +11,0 @@

{
"name": "@google-cloud/functions",
"version": "1.0.1",
"version": "1.1.0",
"description": "Functions client for Node.js",

@@ -5,0 +5,0 @@ "repository": "googleapis/nodejs-functions",

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

[![release level](https://img.shields.io/badge/release%20level-beta-yellow.svg?style=flat)](https://cloud.google.com/terms/launch-stages)
[![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)
[![npm version](https://img.shields.io/npm/v/@google-cloud/functions.svg)](https://www.npmjs.org/package/@google-cloud/functions)

@@ -18,2 +18,5 @@ [![codecov](https://img.shields.io/codecov/c/github/googleapis/nodejs-functions/master.svg?style=flat)](https://codecov.io/gh/googleapis/nodejs-functions)

A comprehensive list of changes in each version may be found in
[the CHANGELOG](https://github.com/googleapis/nodejs-functions/blob/master/CHANGELOG.md).
* [Google Cloud Functions Node.js Client API Reference][client-docs]

@@ -126,7 +129,8 @@ * [Google Cloud Functions Documentation][product-docs]

This library is considered to be **General Availability (GA)**. This means it
is 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
are addressed with the highest priority.
This library is considered to be in **beta**. This means it is expected to be
mostly stable while we work toward a general availability release; however,
complete stability is not guaranteed. We will address issues and requests
against beta libraries with a high priority.

@@ -157,3 +161,3 @@

[client-docs]: https://googleapis.dev/nodejs/nodejs-functions/latest/index.html
[product-docs]: https://developers.google.com/nodejs-functions/
[product-docs]: https://cloud.google.com/functions
[shell_img]: https://gstatic.com/cloudssh/images/open-btn.png

@@ -160,0 +164,0 @@ [projects]: https://console.cloud.google.com/project

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