drivelist
Advanced tools
Comparing version 1.1.1 to 1.1.2
@@ -20,5 +20,6 @@ var childProcess, tableParser, _; | ||
result = _.map(result, function(row) { | ||
var _ref; | ||
return { | ||
device: "/dev/" + (_.first(row.NAME)), | ||
description: row.MODEL.join(' '), | ||
description: (_ref = row.MODEL) != null ? _ref.join(' ') : void 0, | ||
size: _.first(row.SIZE).replace(/,/g, '.') | ||
@@ -25,0 +26,0 @@ }; |
{ | ||
"name": "drivelist", | ||
"version": "1.1.1", | ||
"version": "1.1.2", | ||
"description": "List all connected drives in your computer, in all major operating systems", | ||
@@ -5,0 +5,0 @@ "main": "build/drivelist.js", |
@@ -141,2 +141,6 @@ drivelist | ||
### v1.1.2 | ||
- Prevent empty lsblk model crash the module. Return `undefined` description instead. | ||
### v1.1.1 | ||
@@ -143,0 +147,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
24566
235
157