Socket
Socket
Sign inDemoInstall

filesize

Package Overview
Dependencies
Maintainers
1
Versions
124
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

filesize - npm Package Compare versions

Comparing version 3.6.0 to 3.6.1

lib/filesize.es6.js

2

lib/filesize.js

@@ -8,3 +8,3 @@ "use strict";

* @license BSD-3-Clause
* @version 3.6.0
* @version 3.6.1
*/

@@ -11,0 +11,0 @@ (function (global) {

{
"name": "filesize",
"description": "JavaScript library to generate a human readable String describing the file size",
"version": "3.6.0",
"version": "3.6.1",
"homepage": "https://filesizejs.com",

@@ -6,0 +6,0 @@ "author": "Jason Mulligan <jason.mulligan@avoidwork.com>",

@@ -33,3 +33,3 @@ # filesize.js

### separator
_*(string)*_ Decimal separator charactor, default is `.`
_*(string)*_ Decimal separator character, default is `.`

@@ -85,4 +85,6 @@ ### spacer

An ES6 version is bundled with an npm install, but requires you load it with the full path, e.g. `require(path.join(__dirname, 'node_modules', 'filesize', 'lib', 'filesize.es6.js'))`.
## License
Copyright (c) 2018 Jason Mulligan
Licensed under the BSD-3 license.
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