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

@flagbit/ggm-components

Package Overview
Dependencies
Maintainers
2
Versions
57
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@flagbit/ggm-components

Frontend Components

latest
npmnpm
Version
0.9.11
Version published
Maintainers
2
Created
Source

GGM-Components

Initialization

1. Start Docker

docker-compose up -d --build

2. Install dependencies

docker-compose run --rm node yarn install

2. Access

Now you should be able to call http://localhost where the app is running.

Code Style

docker-compose run --rm node yarn lint

Fix Typescript Code Style

We included helpers that can fix most of your code-style issues automatically. Of course your type-definitions (for example) need to be added manually.

To fix issues that the tools can fix for you, run:

docker-compose run --rm node yarn lint:typescript:fix

Tests

docker-compose run --rm node yarn test

Stop Docker

docker-compose run --rm node yarn stop

Publishing

You must increment the Version Number within the package.json.

FAQs

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