drivelist
Advanced tools
Comparing version 1.2.0 to 1.2.1
@@ -22,4 +22,7 @@ var childProcess, tableParser, _; | ||
size = _.parseInt((_ref = row.Size) != null ? _ref[0] : void 0) / 1e+9 || void 0; | ||
if (row.DeviceID.length > 1) { | ||
row.Caption = row.Caption.concat(_.initial(row.DeviceID)); | ||
} | ||
return { | ||
device: _.first(row.DeviceID), | ||
device: _.last(row.DeviceID), | ||
description: row.Caption.join(' '), | ||
@@ -26,0 +29,0 @@ size: size != null ? "" + (Math.floor(size)) + " GB" : void 0 |
{ | ||
"name": "drivelist", | ||
"version": "1.2.0", | ||
"version": "1.2.1", | ||
"description": "List all connected drives in your computer, in all major operating systems", | ||
@@ -5,0 +5,0 @@ "main": "build/drivelist.js", |
@@ -150,2 +150,6 @@ drivelist | ||
### v1.2.1 | ||
Fix win32 issue where DeviceID gets part of the device description. | ||
### v1.2.0 | ||
@@ -152,0 +156,0 @@ |
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
37874
278
174