Socket
Socket
Sign inDemoInstall

pretty-bytes

Package Overview
Dependencies
0
Maintainers
1
Versions
26
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 6.1.0 to 6.1.1

4

index.d.ts

@@ -1,2 +0,2 @@

export interface Options {
export type Options = {
/**

@@ -111,3 +111,3 @@ Include plus sign for positive numbers. If the difference is exactly zero a space character will be prepended instead for better alignment.

readonly space?: boolean;
}
};

@@ -114,0 +114,0 @@ /**

@@ -15,3 +15,3 @@ const BYTE_UNITS = [

'B',
'kiB',
'KiB',
'MiB',

@@ -18,0 +18,0 @@ 'GiB',

{
"name": "pretty-bytes",
"version": "6.1.0",
"version": "6.1.1",
"description": "Convert bytes to a human readable string: 1337 → 1.34 kB",

@@ -45,4 +45,4 @@ "license": "MIT",

"tsd": "^0.19.1",
"xo": "^0.48.0"
"xo": "^0.54.0"
}
}
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