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

origin-web-common

Package Overview
Dependencies
Maintainers
5
Versions
101
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

origin-web-common

Library of common services and components for OpenShift Web Console.

3.10.0
latest
Source
npm
Version published
Weekly downloads
203
97.09%
Maintainers
5
Weekly downloads
 
Created
Source

OpenShift Common Web Services

The common services used for the OpenShift Management Console.

Build Status

Contributing

Getting started
  • Install Nodejs and npm
  • Install grunt-cli and bower by running npm install -g grunt-cli bower (may need to be run with sudo)
  • Install dependencies by running npm install and bower install
  • Build and run tests by running grunt build
Before opening a pull request

Please configure your editor to use the following settings to avoid common code inconsistencies and dirty diffs:

  • Use soft-tabs set to two spaces.
  • Trim trailing white space on save.
  • Set encoding to UTF-8.
  • Add new line at end of files.

Or configure your editor to utilize .editorconfig, which will apply these settings automatically.

Then:

  • If needed, run grunt build to update the files under the dist directory
  • Run the spec tests with grunt test
  • Rebase and squash changes to a single commit

FAQs

Package last updated on 18 Jun 2018

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