Socket
Book a DemoInstallSign in
Socket

@ls-stack/browser-utils

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

@ls-stack/browser-utils

Browser-specific TypeScript utilities

latest
Source
npmnpm
Version
0.3.0
Version published
Maintainers
1
Created
Source

@ls-stack/browser-utils

npm

Browser-specific TypeScript utilities for modern JavaScript/TypeScript projects.

Installation

npm install @ls-stack/browser-utils
# or
pnpm add @ls-stack/browser-utils
# or
yarn add @ls-stack/browser-utils

Usage

Import specific utilities from their modules:

import { yamlStringify } from '@ls-stack/browser-utils/yamlStringify';

Documentation

For a complete list of available utilities and their APIs, see the auto-generated documentation in the docs/ folder.

Development

# Install dependencies
pnpm install

# Run tests
pnpm test

# Build the library
pnpm build

# Generate documentation
pnpm docs

# Lint code
pnpm lint

License

MIT

Repository

github:lucasols/utils

FAQs

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