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

proxy-generics-gcloud

Package Overview
Dependencies
Maintainers
1
Versions
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

proxy-generics-gcloud

Proxy Generic gcloud

  • 0.0.1
  • latest
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
1
Maintainers
1
Weekly downloads
 
Created
Source

proxy-generics-gcloud

NPM version Build status Dependency Status Code Climate

Proxy Generic Data Store for gcloud.

Install

$ npm install --save proxy-generics-gcloud

Configure

// config/proxyGenerics.js
module.exports = {
  // make the key gcloud, alternatively make the key data_store_provider to be the default data store provider  
  gcloud: {
      adapter: require('proxy-generic-gcloud'),
      options: {
          project_id: process.env.GLCOUD_PROJECT_ID,
          key_filename: process.env.GLCOUD_KEY_FILENAME, // NOTE: Must Be Fully Resolved Path
          bucket: process.env.GCLOUD_BUCKET
      }
  }
}

Keywords

FAQs

Package last updated on 30 Jan 2017

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

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