drivelist
Advanced tools
Comparing version 2.0.14 to 3.0.0
ChangeLog | ||
--------- | ||
### v3.0.0 | ||
- Parse size as a number representing bytes. | ||
### v2.0.14 | ||
@@ -5,0 +9,0 @@ |
{ | ||
"name": "drivelist", | ||
"version": "2.0.14", | ||
"version": "3.0.0", | ||
"description": "List all connected drives in your computer, in all major operating systems", | ||
@@ -5,0 +5,0 @@ "main": "build/drivelist.js", |
@@ -41,3 +41,3 @@ drivelist | ||
description: 'GUID_partition_scheme', | ||
size: '*750.2 GB' | ||
size: 68719476736, | ||
mountpoint: '/', | ||
@@ -50,3 +50,3 @@ name: /dev/disk0, | ||
description: 'Apple_HFS Macintosh HD', | ||
size: '*748.9 GB', | ||
size: 68719476736, | ||
name: /dev/disk1, | ||
@@ -67,3 +67,3 @@ system: true | ||
description: 'WDC WD10JPVX-75J', | ||
size: '931.5G', | ||
size: 68719476736, | ||
mountpoint: '/', | ||
@@ -76,3 +76,3 @@ name: '/dev/sda', | ||
description: 'DataTraveler 2.0', | ||
size: '7.3G', | ||
size: 7823458304, | ||
mountpoint: '/media/UNTITLED', | ||
@@ -94,3 +94,3 @@ name: '/dev/sdb', | ||
description: 'WDC WD10JPVX-75JC3T0', | ||
size: '1000 GB' | ||
size: 68719476736, | ||
mountpoint: 'C:', | ||
@@ -103,3 +103,3 @@ name: 'C:', | ||
description: 'Generic STORAGE DEVICE USB Device', | ||
size: '15 GB' | ||
size: 7823458304, | ||
mountpoint: 'D:', | ||
@@ -106,0 +106,0 @@ name: 'D:', |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
31922
10758