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

trash-cli

Package Overview
Dependencies
Maintainers
1
Versions
12
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

trash-cli - npm Package Compare versions

Comparing version 1.1.0 to 1.2.0

4

cli.js
#!/usr/bin/env node
/* eslint-disable no-mixed-spaces-and-tabs */
'use strict';

@@ -10,6 +9,7 @@ const updateNotifier = require('update-notifier');

Usage
$ trash <path> [...]
$ trash <path|glob> [...]
Example
$ trash unicorn.png rainbow.png
$ trash '*.png' '!unicorn.png'
`, {

@@ -16,0 +16,0 @@ string: ['_']

{
"name": "trash-cli",
"version": "1.1.0",
"version": "1.2.0",
"description": "Move files and folders to the trash",

@@ -47,3 +47,3 @@ "license": "MIT",

"meow": "^3.4.2",
"trash": "^3.1.0",
"trash": "^3.2.0",
"update-notifier": "^0.5.0"

@@ -50,0 +50,0 @@ },

@@ -23,11 +23,10 @@ # [<img src="https://cdn.rawgit.com/sindresorhus/trash/1cdbd660976d739eeb45447bb6b62c41ac4a3ecf/media/logo.svg" width="150" align="left" alt="trash-cli">](https://github.com/sindresorhus/trash)CLI [![Build Status](https://travis-ci.org/sindresorhus/trash-cli.svg?branch=master)](https://travis-ci.org/sindresorhus/trash-cli)

Usage
$ trash <path> [...]
$ trash <path|glob> [...]
Example
$ trash unicorn.png rainbow.png
$ trash '*.png' '!unicorn.png'
```
*Globbing support is left up to your shell, but `$ trash *.png` should expand to the above in most shells.*
## Tip

@@ -34,0 +33,0 @@

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