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.1.1 to 1.1.2

3

build/linux.js

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

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