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

human-format

Package Overview
Dependencies
Maintainers
1
Versions
22
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

human-format - npm Package Compare versions

Comparing version 0.1.0 to 0.1.2

12

package.json
{
"name": "human-format",
"version": "0.1.0",
"version": "0.1.2",
"description": "Converts a number to/from a human readable string: `1337` ↔ `1.34kB`",

@@ -18,3 +18,2 @@ "keywords": [

],
"main": "index.js",
"scripts": {

@@ -30,5 +29,8 @@ "test": "mocha index.spec.js"

"devDependencies": {
"chai": "^1.9.0",
"mocha": "^1.17.1"
}
"chai": "^1.9.1",
"mocha": "^1.19.0"
},
"files": [
"index.js"
]
}

@@ -1,5 +0,10 @@

# human-format [![Build Status](https://travis-ci.org/julien-f/human-format.png?branch=master)](http://travis-ci.org/julien-f/human-format)
# human-format
[![Build Status](https://img.shields.io/travis/julien-f/human-format/master.svg)](http://travis-ci.org/julien-f/human-format)
[![Dependency Status](https://david-dm.org/julien-f/human-format/status.svg?theme=shields.io)](https://david-dm.org/julien-f/human-format)
[![devDependency Status](https://david-dm.org/julien-f/human-format/dev-status.svg?theme=shields.io)](https://david-dm.org/julien-f/human-format#info=devDependencies)
> Converts a number to/from a human readable string: `1337` ↔ `1.34kB`
## Install

@@ -6,0 +11,0 @@

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