🚀 Big News:Socket Has Acquired Secure Annex.Learn More →
Socket
Book a DemoSign in
Socket

fis-sdk

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

fis-sdk

A group of design and core logic for web based clients within the Fitch Solutions ecosystem

latest
npmnpm
Version
1.1.58
Version published
Weekly downloads
2
Maintainers
1
Weekly downloads
 
Created
Source

Fitch Solutions Client SDK

The intent of this code is to allow for cross team and cross project collaboration of design and tools in use. If you wish to collaborate and work towards a common design and common tools for easier testing and development, please reach out to Drew andrew.wilson@fitchsolutions.com to be added to the twice monthly meeting that covers this project.

How to use

Consuming

Each version of this software is held within it's own git tag and branch. This allows you to pull the exact version of code you wish. If simply consuming code, then you can safely ignore most of the build logic that is required and simply pull static files within the 'dist/' folder. /Example/ git+ssh://git@bitbucket.fitchratings.com/fs/client-sdk.git#1.0.0 would find the 1.0.0 tag and pull the code from that version. The code within the dist folder would then provide the code you require.

Developing

  • Navigate to https://bitbucket.fitchratings.com/projects/FS/repos/client-sdk/browse
  • Choose Clone from the menu
  • Clone the code to you local machine (optionally, you can Fork and then Clone your Fork of the code for better branch management)
  • Build the code npm install (Optionally: yarn install)
  • You can now develop and use npm run dev to build and test.

FAQs

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