Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

googleapis-nodejs-functions

Package Overview
Dependencies
Maintainers
1
Versions
5
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

googleapis-nodejs-functions - npm Package Compare versions

Comparing version 0.0.3 to 0.0.4

6

build/src/index.js

@@ -108,2 +108,3 @@ "use strict";

// @TODO check if parent is valid (this.getLocations)
// -> https://cloud.google.com/functions/docs/reference/rest/v1/projects.locations/list
this.request({

@@ -133,5 +134,4 @@ method: 'GET',

method: 'GET',
uri: `/projects/${this.projectId}/operations/${name}`,
qs: '',
json: {},
uri: `/${name}`,
qs: ''
}, (err, resp) => {

@@ -138,0 +138,0 @@ if (err) {

{
"name": "googleapis-nodejs-functions",
"description": "Google Cloud Functions Client Library for Node.js (unofficial)",
"version": "0.0.3",
"version": "0.0.4",
"license": "Apache-2.0",

@@ -6,0 +6,0 @@ "author": "vizzuality-research",

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