Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

bytes-formater

Package Overview
Dependencies
Maintainers
1
Versions
5
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

bytes-formater

A package to format bytes into human-readable strings

  • 1.0.4
  • latest
  • npm
  • Socket score

Version published
Weekly downloads
8
decreased by-78.38%
Maintainers
1
Weekly downloads
 
Created
Source

formatBytes

Overview

formatBytes is a lightweight utility function designed to convert bytes into human-readable file sizes. Whether you're working on a web application, a desktop program, or any other project that deals with file sizes, formatBytes can help you display them in a user-friendly format.

Installation

You can install formatBytes via npm:

npm install bytes-formater



## Usage --------------

import formatBytes from 'format-bytes';

const fileSize = 1024; // Example byte size
const formattedSize = formatBytes(fileSize);
console.log(formattedSize); // Output: '1 KB'
## How To Use


Keywords

FAQs

Package last updated on 10 May 2024

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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc