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.14 to 3.0.0

4

CHANGELOG.md
ChangeLog
---------
### v3.0.0
- Parse size as a number representing bytes.
### v2.0.14

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

2

package.json
{
"name": "drivelist",
"version": "2.0.14",
"version": "3.0.0",
"description": "List all connected drives in your computer, in all major operating systems",

@@ -5,0 +5,0 @@ "main": "build/drivelist.js",

@@ -41,3 +41,3 @@ drivelist

description: 'GUID_partition_scheme',
size: '*750.2 GB'
size: 68719476736,
mountpoint: '/',

@@ -50,3 +50,3 @@ name: /dev/disk0,

description: 'Apple_HFS Macintosh HD',
size: '*748.9 GB',
size: 68719476736,
name: /dev/disk1,

@@ -67,3 +67,3 @@ system: true

description: 'WDC WD10JPVX-75J',
size: '931.5G',
size: 68719476736,
mountpoint: '/',

@@ -76,3 +76,3 @@ name: '/dev/sda',

description: 'DataTraveler 2.0',
size: '7.3G',
size: 7823458304,
mountpoint: '/media/UNTITLED',

@@ -94,3 +94,3 @@ name: '/dev/sdb',

description: 'WDC WD10JPVX-75JC3T0',
size: '1000 GB'
size: 68719476736,
mountpoint: 'C:',

@@ -103,3 +103,3 @@ name: 'C:',

description: 'Generic STORAGE DEVICE USB Device',
size: '15 GB'
size: 7823458304,
mountpoint: 'D:',

@@ -106,0 +106,0 @@ name: 'D:',

Sorry, the diff of this file is not supported yet

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