New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@otovo/shared-components

Package Overview
Dependencies
Maintainers
8
Versions
13
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@otovo/shared-components

Shared components library for Cloud apps

1.0.45
latest
npm
Version published
Weekly downloads
1
Maintainers
8
Weekly downloads
 
Created
Source

React components

Otovo's React components for Cloud

Getting started

1. Install @otovo/shared-components

yarn add @otovo/shared-components

2. Build @otovo/shared-components

yarn build

3. Release a new version @otovo/shared-components

Assuming that you are logged in to your yarn account.

yarn publish

Working locally with @otovo/shared-components

Install yalc globally, i.e. yarn global add yalc

Then run

yalc publish

to publish the package in a local store on your computer.

In the repository you want to import the package in, run

yalc add @otovo/shared-components@<whatever version you published>`, # e.g., `@otovo/shared-components@1.0.0

Then you should see your local package in node_modules in the the repository of your choice.

FAQs

Package last updated on 10 Oct 2023

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