🚀. Socket Launch Week Day 3:Socket Firewall Now Blocks Malicious VS Code and Open VSX Extensions.Learn more
Sign In

@leap-network/utilities

Package Overview
Dependencies
Maintainers
1
Versions
2
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@leap-network/utilities

Shared utility functions across PoolTogether apps

latest
Source
npmnpm
Version
0.7.3
Version published
Maintainers
1
Created
Source

PoolTogether utilities

A collection of various utility functions used across the PoolTogether applications.

NOTE

Make sure you keep peerDependencies and devDependencies versions in sync!

How to use

  • yarn add @leap-network/utilities
  • import * as Utils from '@leap-network/utilities' OR import { functionYouWantToUse } from '@leap-network/utilities'

Local development

Local development works best with yalc yarn global add yalc

In pooltogether-utilities: yarn start

In the app you're importing pooltogether-utilities: yalc link @leap-network/utilities

When you save changes inside the utilities src folder, the package will rebuild and be pushed to all other projects that have run yalc link @leap-network/utilities.

TODO

  • moooooore tests

FAQs

Package last updated on 12 Aug 2024

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