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

drivelist

Package Overview
Dependencies
Maintainers
1
Versions
265
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

drivelist - npm Package Compare versions

Comparing version 2.0.4 to 2.0.5

7

build/parse.js

@@ -54,4 +54,9 @@ var yaml, _;

}
return result;
if (result == null) {
return;
}
return _.mapValues(result, function(value, key) {
return _.str.rtrim(value, ',') || null;
});
}));
};
ChangeLog
---------
### v2.0.5
- Trim trailing commas on GNU/Linux mountpoints.
### v2.0.4

@@ -5,0 +9,0 @@

2

package.json
{
"name": "drivelist",
"version": "2.0.4",
"version": "2.0.5",
"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

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