partitioninfo
Advanced tools
Comparing version 2.2.0 to 2.2.1
@@ -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 @@ |
{ | ||
"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 @@ |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Deprecated
MaintenanceThe maintainer of the package marked it as deprecated. This could indicate that a single version should not be used, or that the package is no longer maintained and any new vulnerabilities will not be fixed.
Found 1 instance in 1 package
15769366
0