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

ng-labs

Package Overview
Dependencies
Maintainers
1
Versions
18
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

ng-labs

[![semantic-release](https://img.shields.io/badge/%20%20%F0%9F%93%A6%F0%9F%9A%80-semantic--release-e10079.svg)](https://github.com/semantic-release/semantic-release) ![Release](https://github.com/danielddb/ng-labs/workflows/Release/badge.svg) [![Heroku](h

latest
Source
npmnpm
Version
2.15.0
Version published
Weekly downloads
9
80%
Maintainers
1
Weekly downloads
 
Created
Source

📦🚀 ng-labs

semantic-release Release Heroku NPM Version

Prerequisites

  • Install Docker and make sure it's running.

Getting started

  • Clone the repo.
  • Run npm i.

Developing

  • Run npm run dev to build and watch for changes to the Angular and theme code to the dist/components directory.
  • In another terminal, run npm run dev:storybook to start Storybook and watch for changes to the built component code.

Run Live Server Locally

Run npm run live to run the exact server and build setup that's used on the live server.

Testing

Unit Tests

Run npm test or npm run test:watch. Test coverage output is found in the coverage directory.

Visual Regression Tests

Run npm run e2e to start cypress and a production instance of the app.

At the moment this is used to take snapshots of our components so they can be checked for visual regressions.

Committing code

Run npm run commit. You'll be prompted to fill out any required commit fields by Commitizen using Conventional Commits.

Releasing

Releasing is fully automated with Semantic Release.

FAQs

Package last updated on 13 Jul 2020

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