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 9.2.1 to 9.2.2-add-versionbot-changelog-921936f40542118aad8194a13a81556dc0130523

6

CHANGELOG.md

@@ -7,2 +7,8 @@ # Change Log

# v9.2.2
## (2020-11-30)
* Update typescript to v4.1.2 [Alexis Svinartchouk]
* Add versionbot changelog [Alexis Svinartchouk]
# v9.2.1

@@ -9,0 +15,0 @@ ## (2020-11-19)

4

lib/lsblk/index.ts

@@ -32,3 +32,5 @@ /*

export function getPartitionTableType(pttype?: 'gpt' | 'dos'): 'gpt' | 'mbr' | null {
export function getPartitionTableType(
pttype?: 'gpt' | 'dos',
): 'gpt' | 'mbr' | null {
if (pttype === 'gpt') {

@@ -35,0 +37,0 @@ return 'gpt';

@@ -182,3 +182,5 @@ /*

isUAS: null,
partitionTableType: getPartitionTableType(device.pttype as 'gpt' | 'dos' | undefined),
partitionTableType: getPartitionTableType(
device.pttype as 'gpt' | 'dos' | undefined,
),
};

@@ -185,0 +187,0 @@ },

{
"name": "drivelist",
"version": "9.2.1",
"version": "9.2.2-add-versionbot-changelog-921936f40542118aad8194a13a81556dc0130523",
"description": "List all connected drives in your computer, in all major operating systems",

@@ -44,3 +44,3 @@ "main": "js/index.js",

"devDependencies": {
"@balena/lint": "^5.1.0",
"@balena/lint": "^5.3.0",
"@types/bindings": "^1.3.0",

@@ -58,3 +58,3 @@ "@types/chai": "^4.1.7",

"ts-node": "^8.0.2",
"typescript": "^3.9.3"
"typescript": "^4.1.2"
},

@@ -61,0 +61,0 @@ "dependencies": {

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