Socket
Socket
Sign inDemoInstall

@google-cloud/functions-framework

Package Overview
Dependencies
Maintainers
1
Versions
34
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@google-cloud/functions-framework - npm Package Compare versions

Comparing version 3.0.0 to 3.1.0

2

build/src/server.js

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

app.disable('x-powered-by');
// Disable Express eTag response header
app.disable('etag');
if (functionSignatureType === 'event' ||

@@ -91,0 +93,0 @@ functionSignatureType === 'cloudevent') {

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

## [3.1.0](https://github.com/GoogleCloudPlatform/functions-framework-nodejs/compare/v3.0.0...v3.1.0) (2022-03-31)
### Features
* Disable Express eTag response header for consistent FF behaviour across FF runtimes ([#439](https://github.com/GoogleCloudPlatform/functions-framework-nodejs/issues/439)) ([07668f6](https://github.com/GoogleCloudPlatform/functions-framework-nodejs/commit/07668f696b29f077d4ba9d0463ea994076cdab50))
### Bug Fixes
* **deps:** update dependency minimist to v1.2.6 [security] ([#432](https://github.com/GoogleCloudPlatform/functions-framework-nodejs/issues/432)) ([32bb723](https://github.com/GoogleCloudPlatform/functions-framework-nodejs/commit/32bb7236c2f82ca55d44bf564e5a2f3cb3ca494f))
## [3.0.0](https://github.com/GoogleCloudPlatform/functions-framework-nodejs/compare/v2.1.1...v3.0.0) (2022-02-15)

@@ -9,0 +21,0 @@

4

package.json
{
"name": "@google-cloud/functions-framework",
"version": "3.0.0",
"version": "3.1.0",
"description": "FaaS (Function as a service) framework for writing portable Node.js functions",

@@ -17,3 +17,3 @@ "engines": {

"body-parser": "^1.18.3",
"cloudevents": "^5.1.0",
"cloudevents": "^5.3.2",
"express": "^4.16.4",

@@ -20,0 +20,0 @@ "minimist": "^1.2.5",

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