Socket
Socket
Sign inDemoInstall

numify

Package Overview
Dependencies
0
Maintainers
1
Versions
10
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.0.5 to 0.0.6

2

index.js

@@ -7,3 +7,3 @@ function numify(num) {

let si = [
{ v: 1e3, s: "K" },
{ v: 1e3, s: "k" },
{ v: 1e6, s: "M" },

@@ -10,0 +10,0 @@ { v: 1e9, s: "B" },

{
"name": "numify",
"version": "0.0.5",
"version": "0.0.6",
"description": "Shortern long numbers to Human Readable K M B format",

@@ -22,3 +22,14 @@ "main": "index.js",

"homepage": "https://github.com/mcnaveen/numify#readme",
"keywords":["numify","number","human","readable","k","M","B", "T", "shorten", "shorten-number"]
"keywords": [
"numify",
"number",
"human",
"readable",
"k",
"M",
"B",
"T",
"shorten",
"shorten-number"
]
}

@@ -12,5 +12,14 @@ # :1234: Numify :capital_abcd:

:loudspeaker: Pronunced as "**Num-e-fy**"
(:loudspeaker: Pronunced as "**Num-e-fy**")
| :x: Without Numify | :white_check_mark: With Numify |
|----------------------------|---------------------------------------|
| 1000 Views | 1k Views |
| 25000 Likes | 25k Likes |
| 30000 Retweets | 30k Retweets |
| 1000000 Followers | 1M Followers |
| 1000000000 Followers | 1B Followers |
| 1000000000000 Followers | 1T Followers |
### :package: Requirements

@@ -17,0 +26,0 @@ Node.js 12.x LTS or 14.x LTS

SocketSocket SOC 2 Logo

Product

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

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc