partitioninfo
Advanced tools
Comparing version 6.0.2 to 6.0.3-update-dev-dependencies-5fd3f1f15b07dd53dde7624c3e28210a925613b8
@@ -169,3 +169,3 @@ "use strict"; | ||
if (isString(pathOrBufferOrDisk)) { | ||
return await file_disk_1.withOpenFile(pathOrBufferOrDisk, 'r', async (fd) => { | ||
return await (0, file_disk_1.withOpenFile)(pathOrBufferOrDisk, 'r', async (fd) => { | ||
return await fn(new file_disk_1.FileDisk(fd), arg); | ||
@@ -172,0 +172,0 @@ }); |
@@ -7,2 +7,6 @@ # Change Log | ||
## 6.0.3 - 2022-05-13 | ||
* Update dev dependencies [Zane Hitchcox] | ||
## 6.0.2 - 2020-11-27 | ||
@@ -9,0 +13,0 @@ |
{ | ||
"name": "partitioninfo", | ||
"version": "6.0.2", | ||
"version": "6.0.3-update-dev-dependencies-5fd3f1f15b07dd53dde7624c3e28210a925613b8", | ||
"description": "Get information about a partition from an image file", | ||
@@ -43,3 +43,3 @@ "main": "build/partitioninfo.js", | ||
"devDependencies": { | ||
"@balena/lint": "^5.1.0", | ||
"@balena/lint": "^6.2.0", | ||
"@types/chai": "^4.2.11", | ||
@@ -50,4 +50,4 @@ "@types/mocha": "^8.0.0", | ||
"mocha": "^8.0.1", | ||
"ts-node": "^8.10.2", | ||
"typescript": "^3.9.6" | ||
"ts-node": "^10.7.0", | ||
"typescript": "^4.6.4" | ||
}, | ||
@@ -60,3 +60,6 @@ "dependencies": { | ||
"typed-error": "^3.2.0" | ||
}, | ||
"versionist": { | ||
"publishedAt": "2022-05-13T15:49:29.719Z" | ||
} | ||
} |
Sorry, the diff of this file is not supported yet
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
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
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
38595
1