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

partitioninfo

Package Overview
Dependencies
Maintainers
1
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 2.2.0 to 2.2.1

4

CHANGELOG.md

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

## v2.2.1 - 2017-10-09
* Update built js files and README #27 [Alexis Svinartchouk]
## v2.2.0 - 2017-10-09

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

2

package.json
{
"name": "partitioninfo",
"version": "2.2.0",
"version": "2.2.1",
"description": "Get information about a partition from an image file",

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

@@ -44,5 +44,3 @@ partitioninfo

```js
partitioninfo.get 'foo/bar.img',
primary: 4
logical: 1
partitioninfo.get('foo/bar.img', 5)
.then (information) ->

@@ -52,2 +50,3 @@ console.log(information.offset)

console.log(information.type)
console.log(information.index)
```

@@ -95,2 +94,3 @@ <a name="module_partitioninfo.getPartitions"></a>

console.log(partition.type)
console.log(partition.index)
```

@@ -97,0 +97,0 @@

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