🚨 Latest Research:Tanstack npm Packages Compromised in Ongoing Mini Shai-Hulud Supply-Chain Attack.Learn More
Socket
Book a DemoSign in
Socket

@substrate-system/util

Package Overview
Dependencies
Maintainers
1
Versions
35
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@substrate-system/util

Miscellaneous utility functions

latest
Source
npmnpm
Version
0.1.37
Version published
Maintainers
1
Created
Source

util

tests types module semantic versioning Common Changelog install size gzip size dependencies license

Miscellaneous utility functions.

Contents

Install

npm i -S @substrate-system/util

Example

import { numberToString } from '@ubstrate-system/util'

numberToString(16495279551)
//

Modules

This exposes ESM and common JS via package.json exports field.

ESM

import '@ubstrate-system/util'

Common JS

require('@ubstrate-system/util')

pre-built JS

This package exposes minified JS files too. Copy them to a location that is accessible to your web server, then link to them in HTML.

copy

cp ./node_modules/@substrate-system/util/dist/index.min.js ./public/util.min.js

HTML

<script type="module" src="./util.min.js"></script>

Keywords

util

FAQs

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