Socket
Socket
Sign inDemoInstall

@moxb/shards-meteor-process-manager-antd

Package Overview
Dependencies
4
Maintainers
4
Versions
51
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

@moxb/shards-meteor-process-manager-antd

Shards: Meteor process manager - antd UI


Version published
Maintainers
4
0

Weekly downloads

Readme

Source

Shards - Meteor Process Manager: AntD UI

This family of packages provides a framework for Meteor projects that allows running tasks in the background.

Overview

  • See @moxb/shards-meteor-process-manager-core for a description of some basic terms.
  • See @moxb/shards-meteor-process-manager-server about the server integration.
  • This packages provides a UI for managing the processes.

Usage

Just use the React component.

const ProcessPage = () => (
    <div>
        <h2>Process Maanger</h2>
        <ProcessManagerUI scopeId="basic" />
    </div>
);

Keywords

FAQs

Last updated on 01 Dec 2022

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