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

human-format

Package Overview
Dependencies
Maintainers
3
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.10.0 to 0.10.1

2

index.js

@@ -188,3 +188,3 @@ // UMD: https://github.com/umdjs/umd/blob/master/returnExports.js

binary: Scale.create(
',ki,Mi,Gi,Ti,Pi,Ei,Zi,Yi'.split(','),
',Ki,Mi,Gi,Ti,Pi,Ei,Zi,Yi'.split(','),
1024

@@ -191,0 +191,0 @@ ),

{
"name": "human-format",
"version": "0.10.0",
"version": "0.10.1",
"license": "ISC",

@@ -37,6 +37,6 @@ "description": "Converts a number to/from a human readable string: `1337` ↔ `1.34kB`",

"devDependencies": {
"browserify": "^15.0.0",
"husky": "^0.14.3",
"jest": "^21.2.1",
"standard": "^10.0.3",
"browserify": "^16.2.3",
"husky": "^1.1.0",
"jest": "^23.6.0",
"standard": "^12.0.1",
"uglify-js": "^3.1.8"

@@ -43,0 +43,0 @@ },

@@ -28,6 +28,6 @@ # human-format

You can directly use the build provided at [unpkg.com](https://unpkg.com):
You can directly use the build provided at [unpkg.com](https://unpkg.com/human-format/):
```html
<script src="https://unpkg.com/human-format@0.10/dist/human-format.js"></script>
<script src="https://unpkg.com/human-format@0.10/index.js"></script>
```

@@ -34,0 +34,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