Socket
Socket
Sign inDemoInstall

@coveord/hosted-search-pages

Package Overview
Dependencies
18
Maintainers
4
Versions
42
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    @coveord/hosted-search-pages

``` .-. . --.-- . .-. .-. ( ) | | _|_ | ( ) o `-. .-. .-. .--. .-.|--. | .--. | .-. .--.-|- .-. .-. .-.


Version published
Weekly downloads
4.6K
increased by12.82%
Maintainers
4
Created
Weekly downloads
 

Readme

Source
 .-.                    .      --.--      .            .-.                 .-.
(   )                   |        |       _|_           |                  (   )                  o
 `-.  .-.  .-.  .--. .-.|--.     |  .--.  |   .-. .--.-|-  .-.   .-. .-.   `-.  .-. .--..    ._  .   .-. .-.
(   )(.-' (   ) |   (   |  |     |  |  |  |  (.-' |    |  (   ) (   (.-'  (   )(.-' |    \  /    |  (   (.-'
 `-'  `--' `-'`-'    `-''  `-  --'--'  `- `-' `--''    '   `-'`- `-' `--'  `-'  `--''     `'   -' `- `-' `--'

Description

This service is in charge of hosted search page share modal.

Getting Started

Dependencies

  • node 14

Developer Setup

To contribute to this project, just follow the following steps:

  1. Install all dependencies
  2. Setup a frontend development environment

Install all dependencies

  • Node 14 (before installing node you might want to look at the side note below)

Instead of installing node directly on your machine, using a node version manager might make it easier to prevent incompatibility issue with other project. You can check out NVM for more info.

Install pnpm

  • pnpm is the main package manager to run most of the scripts. For installation, you can refer to this official document.

Setup a frontend development environment

  1. Install VS Code.

To install all npm packages use pnpm install.

To build the ui library and install it in the service use pnpm build.

To contribute to this project, please follow these steps

Run unit tests

You can run all the Test Suites by running this command in the root of the project

pnpm test

You can run a specific test suite by running this command

pnpm test <path of the file> // here is an example: pnpm test src/index.spec.ts

You can enable the watch mode to all the test suites by running this command

pnpm test:watchAll

You can enable the watch mode to a specific test suite by running this command

pnpm test:watch <path of the file> // here is an example: pnpm test:watch src/index.spec.ts

Hints

Publishing the package

The package will be automatically published by the CI/CD.

Just remember to use the conventional commits with something else than chore.

FAQs

Last updated on 13 Sep 2023

Did you know?

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

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc