Socket
Socket
Sign inDemoInstall

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 3.1.2 to 3.2.0

4

CHANGELOG.md
ChangeLog
---------
### v3.2.0
- Add a property called `protected`.
### v3.1.2

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

2

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

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

@@ -44,2 +44,3 @@ drivelist

name: /dev/disk0,
protected: false,
system: true

@@ -52,2 +53,3 @@ },

name: /dev/disk1,
protected: false,
system: true

@@ -70,2 +72,3 @@ }

name: '/dev/sda',
protected: false,
system: true

@@ -79,2 +82,3 @@ },

name: '/dev/sdb',
protected: true,
system: false

@@ -97,2 +101,3 @@ }

name: 'C:',
protected: false,
system: true

@@ -106,2 +111,3 @@ },

name: 'D:',
protected: true,
system: false

@@ -108,0 +114,0 @@ }

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