Socket
Book a DemoInstallSign in
Socket

@luvio/utils

Package Overview
Dependencies
Maintainers
11
Versions
136
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@luvio/utils

Luvio utils

Source
npmnpm
Version
5.61.0
Version published
Weekly downloads
190
-86.98%
Maintainers
11
Weekly downloads
 
Created
Source

Utilities

This package contains common utilities that are used in other packages. Unlike base commands and services, the utilities here are not versioned and must remain backwards-compatible.

Other packages should not have runtime imports of anything from this package. TypeScript compile-time constructs like types & enums should not cause any issues. Imports of runtime constructs like functions or classes should be resolved by statically bundling this package with the consuming package(s). This will typically be done as part of the runtime build. Bundling earlier in the build process can result in duplicate copies of utility code.

FAQs

Package last updated on 05 Sep 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