Socket
Socket
Sign inDemoInstall

rimraf

Package Overview
Dependencies
Maintainers
1
Versions
82
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

rimraf - npm Package Compare versions

Comparing version 6.0.0 to 6.0.1

5

package.json
{
"name": "rimraf",
"version": "6.0.0",
"version": "6.0.1",
"type": "module",

@@ -75,3 +75,4 @@ "tshy": {

"dependencies": {
"glob": "^11.0.0"
"glob": "^11.0.0",
"package-json-from-dist": "^1.0.0"
},

@@ -78,0 +79,0 @@ "keywords": [

8

README.md

@@ -8,2 +8,7 @@ The [UNIX command](<http://en.wikipedia.org/wiki/Rm_(Unix)>) `rm -rf` for node

### v5 to v6
- Require node `20` or `>=22`
- Add `--version` to CLI
### v4 to v5

@@ -182,3 +187,3 @@

```
rimraf version 4.3.0
rimraf version 6.0.1

@@ -191,2 +196,3 @@ Usage: rimraf <path> [<path> ...]

-h --help Display this usage info
--version Display version
--preserve-root Do not remove '/' recursively (default)

@@ -193,0 +199,0 @@ --no-preserve-root Do not treat '/' specially

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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