Socket
Socket
Sign inDemoInstall

k-convert

Package Overview
Dependencies
Maintainers
1
Versions
7
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

k-convert

Convert a number to k-metric or a k-metric number to a long number


Version published
Weekly downloads
15
decreased by-34.78%
Maintainers
1
Weekly downloads
 
Created
Source

k-convert

Install

npm i k-convert

Usage

const kconvert = require("k-convert");

And then, you are able to convert float numbers to the k-metric:

kconvert.convertTo(420500);
//'420.5k'

Or convert strings using the k-metric to float numbers:

kconvert.convertFrom("23.2k");
//23200

Keywords

FAQs

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