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

byte-conversion

Package Overview
Dependencies
Maintainers
1
Versions
2
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

byte-conversion - npm Package Compare versions

Comparing version 0.0.1 to 0.0.2

8

package.json
{
"name": "byte-conversion",
"version": "0.0.1",
"version": "0.0.2",
"description": "Converts different units of Bytes. Currently, supported units are Bytes, KB, MB, GB, TB, PB, EB, ZB, YB.",

@@ -11,3 +11,3 @@ "main": "lib/index.js",

"type": "git",
"url": "git+https://github.com/QrioSage/ByteConverter.git"
"url": "git+https://github.com/QrioSage/ByteConversion.git"
},

@@ -21,5 +21,5 @@ "keywords": [

"bugs": {
"url": "https://github.com/QrioSage/ByteConverter/issues"
"url": "https://github.com/QrioSage/ByteConversion/issues"
},
"homepage": "https://github.com/QrioSage/ByteConverter#readme"
"homepage": "https://github.com/QrioSage/ByteConversion#readme"
}

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

# ByteConverter
# Byte Conversion

@@ -7,3 +7,3 @@ Converts different units of Bytes. Currently, supported units are Bytes, KB, MB, GB, TB, PB, EB, ZB, YB.

npm install byteconversion
npm install byte-conversion

@@ -14,3 +14,3 @@ # Usage

var btc = require('byteconverter');
var btc = require('byte-conversion');

@@ -17,0 +17,0 @@ console.log(btc.format(1048576)); // returns 1 MB

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