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

@ferlab/style

Package Overview
Dependencies
Maintainers
9
Versions
141
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@ferlab/style

Core components for scientific research data portals

  • 1.29.2
  • latest
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
31
increased by24%
Maintainers
9
Weekly downloads
 
Created
Source

SCSS file for styling @ferlab/style

Base scss for all reusable components.

Requirements

  • Ant design
  • Site specific variable for themes

Installation

  1. Installation the library

    npm i @ferlab/style

  2. Create a default theme file if it does not exist

    touch style/themes/default/main.scss

  3. Add ferlab/style import

@import '@ferlab/style/index.scss';

Developper

All work must be done based on master All styles automatically reference to the @ferlab/styles package

Publish new release

To publish a new release once a PR as been validated and merged

  1. Try to install the package to make sure everything work corretly

    cd [test dir] && npm i [full_path]/ferlab-ui/packages/style

  2. On master Update package.json version
  3. Create a tag to the new version git tag [semantic version]
  4. Login to npm

    npm login

  5. Push the new version

    npm publish

FAQs

Package last updated on 16 Feb 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

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