
Security News
OWASP 2025 Top 10 Adds Software Supply Chain Failures, Ranked Top Community Concern
OWASP’s 2025 Top 10 introduces Software Supply Chain Failures as a new category, reflecting rising concern over dependency and build system risks.
imdisk-wrapper
Advanced tools
A simple wrapper for ImDisk to create (only VM) and delete virtual disks
A simple wrapper for ImDisk to create (only VM) and delete virtual disks.
$ npm i -S imdisk-wrapper
imDisk.create('Z', '32M').then((res) => {
console.log(res); // { label: 'Z', size: '32M' }
}).catch((err) => {
console.log(err);
});
arguments:
label [string | default: random available letter] - Available drive letter is determined by windows-drive-letters.size [string | default: null] - The size of the disk in the format number[b, k, m, g, t, K, M, G, T].options:
imdiskPath [string | default: imdisk] - A path to ImDisk.fileSystem [string | default: ntfs] - Disk file system.command [string | default: null] - Custom command that replaces the command of creating disk in this module.imDisk.create('Z').then((res) => {
console.log(res); // { label: 'Z' }
}).catch((err) => {
console.log(err);
});
arguments:
label [string | default: null] - The drive letter to remove.options:
imdiskPath [string | default: imdisk] - A path to ImDisk.force [boolean | default: false] - Use true to force removal even if the device is in use.command [string | default: null] - Custom command that replaces the command of removing disk in this module.See the Releases section of our GitHub project for changelogs for each release version.
This software is released under the terms of the MIT license.
FAQs
A simple wrapper for ImDisk to create (only VM) and delete virtual disks
The npm package imdisk-wrapper receives a total of 3 weekly downloads. As such, imdisk-wrapper popularity was classified as not popular.
We found that imdisk-wrapper demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?

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.

Security News
OWASP’s 2025 Top 10 introduces Software Supply Chain Failures as a new category, reflecting rising concern over dependency and build system risks.

Research
/Security News
Socket researchers discovered nine malicious NuGet packages that use time-delayed payloads to crash applications and corrupt industrial control systems.

Security News
Socket CTO Ahmad Nassri discusses why supply chain attacks now target developer machines and what AI means for the future of enterprise security.