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

format-quantity

Package Overview
Dependencies
Maintainers
1
Versions
21
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

format-quantity

Format a number as an integer plus fraction, as seen in recipe ingredient lists

  • 0.3.3
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
774
increased by9.94%
Maintainers
1
Weekly downloads
 
Created
Source

format-quantity

Installation

npm

format-quantity

npm i --save format-quantity
Browser

In the browser, available as a global function formatQuantity.

<script src="bower_components/format-quantity/index.js"></script>
<script>
  console.log(formatQuantity(10.5));  // "10 1/2"
</script>

Usage

var formatQuantity = require("format-quantity");  // assuming node environment

console.log( formatQuantity(1.5) );   // "1 1/2"
console.log( formatQuantity(2.66) );  // "2 2/3"

Keywords

FAQs

Package last updated on 21 Jul 2019

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