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

Get information about a partition from an image file

  • 1.0.1
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
6.7K
decreased by-5.56%
Maintainers
1
Weekly downloads
 
Created
Source

partitioninfo

npm version dependencies Build Status Build status

Get information about a partition from an image file.

Installation

Install partitioninfo by running:

$ npm install --save partitioninfo

Documentation

partitioninfo.get(image, definition) ⇒ Promise.<Object>

Kind: static method of partitioninfo
Summary: Get information from a partition
Returns: Promise.<Object> - partition information
Access: public

ParamTypeDescription
imageStringimage path
definitionObjectpartition definition
definition.primaryNumberprimary partition
[definition.logical]Numberlogical partition

Example

partitioninfo.get 'foo/bar.img',
	primary: 4
	logical: 1
.then (information) ->
	console.log(information.offset)
	console.log(information.size)

Support

If you're having any problem, please raise an issue on GitHub and the Resin.io team will be happy to help.

Tests

Run the test suite by doing:

$ gulp test

Contribute

Before submitting a PR, please make sure that you include tests, and that coffeelint runs without any warning:

$ gulp lint

License

The project is licensed under the MIT license.

Keywords

FAQs

Package last updated on 27 Jul 2015

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

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