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 1.3.0 to 1.3.1

2

build/src/index.js

@@ -53,3 +53,3 @@ #!/usr/bin/env node

});
const CODE_LOCATION = path_1.resolve(process.cwd(), argv[FLAG.SOURCE] || process.env[ENV.SOURCE]);
const CODE_LOCATION = path_1.resolve(argv[FLAG.SOURCE] || process.env[ENV.SOURCE] || '');
const PORT = argv[FLAG.PORT] || process.env[ENV.PORT] || '8080';

@@ -56,0 +56,0 @@ const TARGET = argv[FLAG.TARGET] || process.env[ENV.TARGET] || 'function';

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

## v1.3.1
09-13-2019 10:00 PDT
### Implementation Changes
- fix: use empty string path when function source is not specified ([#90](https://github.com/GoogleCloudPlatform/functions-framework-nodejs/pull/90))
### New Features
### Dependencies
### Documentation
### Internal / Testing Changes
## v1.3.0

@@ -9,0 +24,0 @@

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

@@ -5,0 +5,0 @@ "engines": {

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