drivelist
Advanced tools
Comparing version 2.0.5 to 2.0.6
@@ -58,2 +58,5 @@ var yaml, _; | ||
return _.mapValues(result, function(value, key) { | ||
if (!_.isString(value)) { | ||
return value; | ||
} | ||
return _.str.rtrim(value, ',') || null; | ||
@@ -60,0 +63,0 @@ }); |
ChangeLog | ||
--------- | ||
### v2.0.6 | ||
- Fix boolean values being surrounded by quotes. | ||
### v2.0.5 | ||
@@ -5,0 +9,0 @@ |
{ | ||
"name": "drivelist", | ||
"version": "2.0.5", | ||
"version": "2.0.6", | ||
"description": "List all connected drives in your computer, in all major operating systems", | ||
@@ -5,0 +5,0 @@ "main": "build/drivelist.js", |
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
28114
234