Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

partitioninfo

Package Overview
Dependencies
Maintainers
3
Versions
54
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

partitioninfo - npm Package Compare versions

Comparing version 5.2.0 to 5.3.0-include-guid-and-name-for-gpt-partitions-e58f6a0e86170a73c72c86db381dca921384bfd0

2

build/partitioninfo.d.ts

@@ -15,2 +15,4 @@ /// <reference types="node" />

index: number;
guid: string;
name: string;
}

@@ -17,0 +19,0 @@ export declare type GetPartitionsResult = {

@@ -37,2 +37,4 @@ "use strict";

type: p.type,
guid: p.guid,
name: p.name,
index,

@@ -39,0 +41,0 @@ };

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

## 5.3.0 - 2019-01-16
* Include guid and name for gpt partitions [Alexis Svinartchouk]
## 5.2.0 - 2019-01-14

@@ -9,0 +13,0 @@

2

package.json
{
"name": "partitioninfo",
"version": "5.2.0",
"version": "5.3.0-include-guid-and-name-for-gpt-partitions-e58f6a0e86170a73c72c86db381dca921384bfd0",
"description": "Get information about a partition from an image file",

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

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