Socket
Socket
Sign inDemoInstall

del-cli

Package Overview
Dependencies
Maintainers
1
Versions
15
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 3.0.0 to 3.0.1

2

cli.js

@@ -16,3 +16,3 @@ #!/usr/bin/env node

$ del unicorn.png rainbow.png
$ del '*.png' '!unicorn.png'
$ del "*.png" "!unicorn.png"
`, {

@@ -19,0 +19,0 @@ flags: {

{
"name": "del-cli",
"version": "3.0.0",
"version": "3.0.1",
"description": "Delete files and directories - Cross-platform",
"license": "MIT",
"repository": "sindresorhus/del-cli",
"funding": "https://github.com/sponsors/sindresorhus",
"author": {
"name": "Sindre Sorhus",
"email": "sindresorhus@gmail.com",
"url": "sindresorhus.com"
"url": "https://sindresorhus.com"
},

@@ -52,3 +53,3 @@ "bin": {

"del": "^5.1.0",
"meow": "^5.0.0"
"meow": "^6.1.1"
},

@@ -55,0 +56,0 @@ "devDependencies": {

@@ -1,2 +0,2 @@

# del-cli [![Build Status](https://travis-ci.org/sindresorhus/del-cli.svg?branch=master)](https://travis-ci.org/sindresorhus/del-cli)
# del-cli [![Build Status](https://travis-ci.com/sindresorhus/del-cli.svg?branch=master)](https://travis-ci.com/sindresorhus/del-cli)

@@ -9,3 +9,2 @@ > Delete files and directories

## Install

@@ -17,3 +16,2 @@

## Usage

@@ -33,3 +31,3 @@

$ del unicorn.png rainbow.png
$ del '*.png' '!unicorn.png'
$ del "*.png" "!unicorn.png"
```

@@ -39,3 +37,2 @@

## Related

@@ -42,0 +39,0 @@

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