Big News: Socket raises $60M Series C at a $1B valuation to secure software supply chains for AI-driven development.Announcement
Sign In

@ethernauta/utils

Package Overview
Dependencies
Maintainers
1
Versions
12
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@ethernauta/utils

[![bundlejs](https://deno.bundlejs.com/badge?q=@ethernauta/eth@0.0.10&treeshake=[*])](https://deno.bundlejs.com/badge?q=@ethernauta/eth@0.0.10&treeshake=[*])

Source
npmnpm
Version
0.0.40
Version published
Weekly downloads
588
130.59%
Maintainers
1
Weekly downloads
 
Created
Source

bundlejs

Philosophy

This module aims to be an set of useful utilities to be used within a crypto context:

Modules

Table of contents

API

came-to-kebab

import { camel_to_kebab } from "@ethernauta/utils";

const input = "helloWorld"
const kebab = camel_to_kebab(input) // hello-world

invariant

import { invariant } from "@ethernauta/utils";

const input: string | null = "helloWorld"
invariant(typeof input === 'string', "input must be a string")
// input: string

FAQs

Package last updated on 26 Aug 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