Socket
Socket
Sign inDemoInstall

@alloc/fast-rimraf

Package Overview
Dependencies
Maintainers
1
Versions
4
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@alloc/fast-rimraf - npm Package Compare versions

Comparing version 1.0.5 to 1.0.6

2

package.json
{
"name": "@alloc/fast-rimraf",
"version": "1.0.5",
"version": "1.0.6",
"description": "A tool to delete a huge directory fast",

@@ -5,0 +5,0 @@ "bin": {

@@ -1,13 +0,17 @@

# fast-rimraf
# @alloc/fast-rimraf
[![MIT License](https://img.shields.io/badge/license-mit-green.svg?style=flat-square)](https://opensource.org/licenses/MIT)
[![Build Status](https://travis-ci.org/oprogramador/fast-rimraf.svg?branch=master)](https://travis-ci.org/oprogramador/fast-rimraf
)
`fast-rimraf` first moves the directory, you want to delete, into another location so in the blink of an eye you have an empty space in the parent directory. Then it deletes the moved directory in background in order to free space in your disk.
[![NPM status](https://nodei.co/npm/fast-rimraf.png?downloads=true&stars=true)](https://npmjs.org/package/fast-rimraf
)
## Usage
`fast-rimraf` first moves the directory, you want to delete, into another location so in the blink of an eye you have an empty space in the parent directory. Then it deletes the moved directory in background in order to free space in your disk.
```
pnpm i @alloc/fast-rimraf -D
```
## usage
`npx fast-rimraf node_modules`
In your `package.json`:
```json
"scripts": {
"build": "rimraf dist && [your script here]"
}
```
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