🚀 Big News: Socket Acquires Coana to Bring Reachability Analysis to Every Appsec Team.Learn more
Socket
Sign inDemoInstall
Socket

@infinite-list/utils

Package Overview
Dependencies
Maintainers
3
Versions
11
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@infinite-list/utils

## Precondition

1.0.1
npm
Version published
Weekly downloads
14
27.27%
Maintainers
3
Weekly downloads
 
Created
Source

Infinite List

Precondition

  • pnpm>=7
  • node>=16
pnpm i

How to build

# in root dir
pnpm run build # will run all packages build

How to do test

# in root dir
pnpm run test # will run all packages test in CI mode(not watch mode)

If test single package only, cd to package dir.

cd packages/NAME
npm run test

How to run website

# in root dir
npm run docs:dev

open http://localhost:5173/

How to bump and publish

  • merge feature to next branch
  • update local next branch to latest
  • run pnpm changeset to create version change
    • select need to publish repo with version type ('major' | 'minor' | 'patch')
    • then commit change
    • push to origin
  • next will trigger github automation, if run success it will create [ci] release in pull request tab
  • merge [ci] release request, then it will trigger publish

How to add module to specified workspace

$ pnpm add @x-oasis/select-value --filter @infinite-list/data-model

FAQs

Package last updated on 25 Mar 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