Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

del-cli

Package Overview
Dependencies
Maintainers
0
Versions
16
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

del-cli - npm Package Compare versions

Comparing version 5.1.0 to 6.0.0

6

cli.js

@@ -31,11 +31,11 @@ #!/usr/bin/env node

type: 'boolean',
alias: 'f',
shortFlag: 'f',
},
dryRun: {
type: 'boolean',
alias: 'd',
shortFlag: 'd',
},
verbose: {
type: 'boolean',
alias: 'v',
shortFlag: 'v',
},

@@ -42,0 +42,0 @@ },

{
"name": "del-cli",
"version": "5.1.0",
"version": "6.0.0",
"description": "Delete files and directories - Cross-platform",

@@ -18,4 +18,5 @@ "license": "MIT",

},
"sideEffects": false,
"engines": {
"node": ">=14.16"
"node": ">=18"
},

@@ -54,11 +55,11 @@ "scripts": {

"dependencies": {
"del": "^7.1.0",
"meow": "^10.1.3"
"del": "^8.0.0",
"meow": "^13.2.0"
},
"devDependencies": {
"ava": "^4.3.1",
"execa": "^6.1.0",
"temp-write": "^5.0.0",
"xo": "^0.56.0"
"ava": "^6.1.3",
"execa": "^9.4.0",
"temp-write": "^6.0.0",
"xo": "^0.59.3"
}
}

@@ -43,4 +43,4 @@ # del-cli

- [del](https://github.com/sindresorhus/del) - API for this module
- [del](https://github.com/sindresorhus/del) - API for this package
- [trash-cli](https://github.com/sindresorhus/trash-cli) - Move files and directories to the trash
- [make-dir-cli](https://github.com/sindresorhus/make-dir-cli) - Make directories and their parents if needed
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