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

hs-node-services

Package Overview
Dependencies
Maintainers
3
Versions
13
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

hs-node-services

wrapper for gcloud logging and config services, used by trancon.

latest
Source
npmnpm
Version
1.1.6
Version published
Weekly downloads
12
Maintainers
3
Weekly downloads
 
Created
Source

hs node services

A simple package including the following services:

  • require().logger => Gcloud logger
  • require().config => config extension/wrapper providing support for seperate environment variables

config

based on config.

It will check environment variables first (case sensitive), in the following manner:

    export NODE_CONFIG={prop: {inner: "test"} }
    #equals
    export prop_inner=test

In this case the later will overwrite the first.

This is usefull for production and docker environment for manual overwrites.

FAQs

Package last updated on 12 Oct 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