Socket
Socket
Sign inDemoInstall

@coveo/atomic-component-health-check

Package Overview
Dependencies
Maintainers
15
Versions
96
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@coveo/atomic-component-health-check

A Health checker for custom Atomic component


Version published
Weekly downloads
11
decreased by-91.73%
Maintainers
15
Weekly downloads
 
Created
Source

Health Check

This is a package that checks if your Atomic custom components meet all the conditions required in order to be published. It is designed to help you ensure that your component is healthy and easily sharable with other users.

Installation

You can install Health Check using npm:

npm install health-check --save-dev

Usage

Once installed, you can use Health Check by running the bin file (atomic-meta-check) available in the node modules: It is meant to be used as a prepublishOnly script. You can add it to your package.json:

...
"scripts": {
    "prepublishOnly": "npm run build && atomic-meta-check",
},
...
"devDependencies": {
    "@coveo/atomic-component-health-check": "latest",
},
...

Contributing

If you find a bug or have a feature request, please create an issue or submit a pull request.

Keywords

FAQs

Package last updated on 13 May 2024

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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc