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 6.0.2 to 6.0.3-update-dev-dependencies-5fd3f1f15b07dd53dde7624c3e28210a925613b8

2

build/partitioninfo.js

@@ -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

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