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

qipp-config-environment

Package Overview
Dependencies
Maintainers
2
Versions
12
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

qipp-config-environment

Environment configuration file for the ATH clients.

  • 4.0.0
  • latest
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
2
decreased by-85.71%
Maintainers
2
Weekly downloads
 
Created
Source

qipp-config-environment Build Status npm version js-standard-style

General

This module is used on our clients to extend the default flatapp.config configuration module, exposing the API host as a property of the config object (using the qipp API).

Install

npm i qipp-config-environment

Angular usage

In the config phase of your angular application:

angular.module('flatapp', [
    'flatapp.config'
]).config([
    'config',
    function (
        config
    ) {
    // config.api.host is now accessible.
    }
])

Tools

Linting with StandardJS

Please refer to the JavaScript Standard Style for general rules.

npm run lint

Unit testing with Karma

npm test

Requirements

Angular

  • angular 1.4.3

Licence

Released under the MIT license by qipp.

Keywords

FAQs

Package last updated on 07 Feb 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