New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details →
Socket
Book a DemoSign in
Socket

@aftershootco/pegasus

Package Overview
Dependencies
Maintainers
2
Versions
82
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@aftershootco/pegasus

The core UI library for Aftershoot

latest
Source
npmnpm
Version
1.0.53
Version published
Maintainers
2
Created
Source
Pegasus

Pegasus

Pegasus is Aftershoot's inbuilt library for using different react components with custom configurations in their Desktop app.

License Aftershoot Twitter

How to Build?

  • Get the lastest pull
git pull
  • Install all the dependencies
yarn
  • Now build it.
yarn build

How to Publish?

To publish the library, follow the below steps -

  • Push all your changes on the main branch.
  • Update the version in the package.json file.
  • Login to the npm. This step will require you to enter your npm username, password, email, and OTP sent to the email.
npm login
  • Build with the following the command (Make sure there are no errors during build)
yarn build
  • Now run the following command to publish your package to the npm.
npm publish --access=public

How to Run Storybook?

  • Take the latest pull
git pull
  • Run the following command -
yarn storybook

Contributors

Keywords

unicorn

FAQs

Package last updated on 07 Jul 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