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

hops-config

Package Overview
Dependencies
Maintainers
8
Versions
225
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

hops-config

Hops core configuration

  • 15.2.1
  • latest
  • Source
  • npm
  • Socket score

Version published
Maintainers
8
Created
Source

Hops Config

npm

Please see the main Hops Readme for general information and a Getting Started Guide.

Please use withConfig or useConfig to access the configuration inside your application's React components.

Inside mixins you can access the config through this.config.

Installation

Add this package as a dependency to your project:

npm install --save hops-config

If you don't already have an existing Hops project read this section on how to set up your first Hops project.

Usage

import / require this package to access the configuration that you are interested in.

import config from 'hops-config';

console.log(config.basePath);

Keywords

FAQs

Package last updated on 20 Jun 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

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