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 1.2.0 to 1.2.1

5

build/win32.js

@@ -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

2

package.json
{
"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

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