New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details →
Socket
Book a DemoSign in
Socket

@gve/google

Package Overview
Dependencies
Maintainers
2
Versions
7
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@gve/google

Utilities to work easily with [Google Cloud](https://cloud.google.com/).

latest
Source
npmnpm
Version
0.3.4
Version published
Maintainers
2
Created
Source

Google

Utilities to work easily with Google Cloud.

Installation

Install with npm.

npm i @gve/google

Usage

The auth module attempts to get Google application credentials from the environment variable GOOGLE_APPLICATION_CREDENTIALS. If that fails, it looks for GVE_GOOGLE_EMAIL and GVE_GOOGLE_KEY to get them.

const { auth: googleAuth } = require("@gve/google");
const dialogflow = require("@google-cloud/dialogflow");

const config = { credentials: googleAuth.credentials };
const sessionsClient = new dialogflow.SessionsClient(config);

License

Apache 2.0

FAQs

Package last updated on 31 Mar 2022

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts