🚀 DAY 5 OF LAUNCH WEEK: Introducing Socket Firewall Enterprise.Learn more →
Socket
Book a DemoInstallSign in
Socket

@moonwalker/skylab

Package Overview
Dependencies
Maintainers
10
Versions
167
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@moonwalker/skylab

React components library

latest
Source
npmnpm
Version
1.0.8
Version published
Maintainers
10
Created
Source

Skylab

Simple project specific React components.

npmjs ci renovatebot relativeCI

Instalation

yarn add @moonwalker/skylab

Usage

import { Component } from '@moonwalker/skylab';

const CustomComponent = props => (
  <div>
    <Component {...props} />
  </div>
);

Development

Start development environment on http://localhost:8080

yarn start

Publishing

yarn bump

Will increase the version based on the recommended number provided by conventional-changelog plugin.

Pre-releases

When publishing from a branch, the default behaviour is to publish a beta tag

Keywords

components

FAQs

Package last updated on 16 Apr 2025

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